Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Try to fix httpx.PoolTimeout error #293

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

giovanni-guidini
Copy link
Contributor

This is an attempt to limit the httpx.PoolTimeout
errors when uploading code.

Fingers crossed the default limits work better for us.
Let it be known that we don't know why the limits were chosen,
so we are essentially winging it at this point.

This is an attempt to limit the httpx.PoolTimeout
errors when uploading code.

Fingers crossed the default limits work better for us.
Let it be known that we don't know why the limits were chosen,
so we are essentially winging it at this point.
@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

Merging #293 (6e916b9) into main (f714c36) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #293      +/-   ##
==========================================
- Coverage   95.56%   95.56%   -0.01%     
==========================================
  Files          79       79              
  Lines        2727     2726       -1     
==========================================
- Hits         2606     2605       -1     
  Misses        121      121              
Flag Coverage Δ
python3.10 95.64% <100.00%> (-0.01%) ⬇️
python3.11 95.63% <100.00%> (-0.01%) ⬇️
python3.8 95.64% <100.00%> (-0.01%) ⬇️
python3.9 95.68% <100.00%> (-0.01%) ⬇️
smart-labels 95.51% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
codecov_cli/services/staticanalysis/__init__.py 90.00% <100.00%> (-0.08%) ⬇️

@giovanni-guidini giovanni-guidini merged commit 647c468 into main Oct 11, 2023
14 checks passed
@giovanni-guidini giovanni-guidini deleted the gio/fix-httpx-pool-timeout branch October 11, 2023 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants