[Uploader] [Self-hosted] Too many uploads to this commit #551
Replies: 2 comments
-
Found this on community.codecov |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @nikosatwork The setting to disable it is here https://github.com/codecov/codecov-api/blob/f8ac094b4128e181571cc6d2821c7e42f82bb75a/codecov/settings_base.py#L355 All logic arround this control lives in https://github.com/codecov/codecov-api/blob/f8ac094b4128e181571cc6d2821c7e42f82bb75a/upload/throttles.py |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team/devs,
While using the legacy uploader, when a number of reports have been uploaded for the same commit, the uploader fails with:
['error'] There was an error running the uploader: Error uploading to https://codecov.*** Error: There was an error fetching the storage URL during POST: 400 - [ErrorDetail(string='Too many uploads to this commit.', code='invalid')]
We have not seen this with the CLI uploader yet, but we just started using it.
Thank you 🙏
Beta Was this translation helpful? Give feedback.
All reactions