-
Notifications
You must be signed in to change notification settings - Fork 55
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
Fixes related with packit service slowliness #862
Fixes related with packit service slowliness #862
Conversation
Build failed. ✔️ pre-commit SUCCESS in 2m 33s |
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.
I saw red TF, I got scared we'll have to regenerate the responses 👀
3c988a7
to
f7a03b1
Compare
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.
also thanks for the detailed writedown!
Build failed. ✔️ pre-commit SUCCESS in 2m 28s |
This commit is meant to fix point 5. on analysis at https://gist.github.com/majamassarini/85033b59607a3f3da570cf5aaf2b8c7a raise_on_status (in urllib3.Retry) meaning is: Similar meaning to raise_on_redirect: whether we should raise an exception, or return a response, if status falls in status_forcelist range and retries have been exhausted. I would force to have or a result or an exception for not making Celery task hanging.
f7a03b1
to
f2b5830
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 2m 23s |
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 2m 23s |
3d0800f
into
packit:main
Should partially fix packit/packit-service#2512