argonne-lcf / balsam

High throughput workflows and automation for HPC
77 stars 21 forks source link

Server errors fix #373

Open cms21 opened 1 year ago

cms21 commented 1 year ago

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 commented 1 year ago

Codecov Report

Patch coverage: 33.33% and project coverage change: -0.05% :warning:

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

:exclamation: 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 ```diff @@ 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](https://app.codecov.io/gh/argonne-lcf/balsam/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [balsam/client/requests\_client.py](https://app.codecov.io/gh/argonne-lcf/balsam/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YmFsc2FtL2NsaWVudC9yZXF1ZXN0c19jbGllbnQucHk=) | `63.15% <33.33%> (-2.78%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/argonne-lcf/balsam/pull/373/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.