Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-134262: increase retries inTools/build/generate_sbom.py
#134558
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- Increase max retry count to 7- Increase base of exponential backoff to 2.25- Add jitter in case there is some issue with sending requests at the same time- Also print the location that fails
Tools/build/generate_sbom.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks!
3f9eb55
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@emmatyping for the PR, and@hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Sorry,@emmatyping and@hugovk, I could not cleanly backport this to
|
Sorry,@emmatyping and@hugovk, I could not cleanly backport this to
|
Uh oh!
There was an error while loading.Please reload this page.
The retry backoff now ranges from 1 second to 130 seconds.