You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When we download a large report (with codecovcli), the worker indicates that the download failed because the raw report has not finished downloading.
codecovcli finished with success and we can find the raw report in minio
the process finish (Finished processing upload) without retrying based on MAX_RETRIES for the raw report.
In our case the report is ~200 Mb and the upload finished in ~30sec (so just after the first retry and end of the analysis process)
Environment (please complete the following information):
codecovcli, version 9.1.1
codecov, Self Hosted version 25.1.16
To Reproduce
Upload big report (or limited bandwidth) with upload time > 20 sec
Expected behavior
A retry based on the MAX_RETRIES constant?
A way to customise FIRST_RETRY_DELAY in the config like get_config("setup", "tasks", "upload", "retry_delay", default=20)
The text was updated successfully, but these errors were encountered:
Describe the bug
When we download a large report (with codecovcli), the worker indicates that the download failed because the raw report has not finished downloading.
codecovcli finished with success and we can find the raw report in minio
the process finish (Finished processing upload) without retrying based on MAX_RETRIES for the raw report.
In our case the report is ~200 Mb and the upload finished in ~30sec (so just after the first retry and end of the analysis process)
Environment (please complete the following information):
To Reproduce
Upload big report (or limited bandwidth) with upload time > 20 sec
Expected behavior
A retry based on the MAX_RETRIES constant?
A way to customise FIRST_RETRY_DELAY in the config like
get_config("setup", "tasks", "upload", "retry_delay", default=20)
The text was updated successfully, but these errors were encountered: