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

Server errors fix #373

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Server errors fix #373

wants to merge 2 commits into from

Conversation

cms21
Copy link
Contributor

@cms21 cms21 commented Aug 29, 2023

Number of client requests was capped at a maximum retry_count. Now, once retry_count exceeded, client continues to attempt request every 2**retry_count seconds.

@codecov-commenter
Copy link

codecov-commenter commented Aug 29, 2023

Codecov Report

Patch coverage: 33.33% and project coverage change: -0.05% ⚠️

Comparison is base (5034973) 60.65% compared to head (f8c665e) 60.60%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #373      +/-   ##
==========================================
- Coverage   60.65%   60.60%   -0.05%     
==========================================
  Files         157      157              
  Lines        9676     9680       +4     
  Branches     1271     1273       +2     
==========================================
- Hits         5869     5867       -2     
- Misses       3547     3551       +4     
- Partials      260      262       +2     
Files Changed Coverage Δ
balsam/client/requests_client.py 63.15% <33.33%> (-2.78%) ⬇️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

3 participants