-
Notifications
You must be signed in to change notification settings - Fork 49
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
Process message task improvements #2326
Process message task improvements #2326
Conversation
Build succeeded. ✔️ pre-commit SUCCESS in 1m 59s |
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.
Just a little nitpick, I'd maybe factor out the HandlerTaskWithRetry
rename to a separate commit for more clarity.
This task should be exetuced much faster, it doesn't execute any user defined actions etc., therefore set the time limit lower than the global one (900s). Related to packit#2290
Raneme HandlerTaskWithRetry to TaskWithRetry and make process_message task use it as base as well so that the process_message tasks are retried as well. Fixes packit#2323
2269645
to
7616975
Compare
I have adjusted the commit message to mention the renaming, but to me it makes sense to have it in one commit as it explains why was the renaming done. |
Build succeeded. ✔️ pre-commit SUCCESS in 5m 28s |
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 59s |
Fixes #2323
Related to #2290
RELEASE NOTES BEGIN
We have added additional retries and improvements for task processing.
RELEASE NOTES END