Uh oh!
There was an error while loading. Please reload this page.
[17.0][PORT] queue_job: remove dead jobs requeuer cron and automatically requeue dead jobs - #748
Conversation
…eue jobs in timeout [IMP] queue_job: increment 'retry' when re-queuing job that have been killed
A model is better than a manually managed table as it will protect the table from deletion by database_cleanup.
OCA-git-bot
commented
Feb 28, 2025
Hi @guewen, |
sbidoul
commented
Feb 28, 2025
I was thinking to merge with a minor bump, but changing it explicitly is safer. Done. |
AnizR
left a comment
There was a problem hiding this comment.
Ok, nice. Everything looks good to me now 👍
OCA-git-bot
commented
Mar 5, 2025
This PR has the |
sbidoul
commented
Mar 17, 2025
/ocabot merge nobump |
OCA-git-bot
commented
Mar 17, 2025
What a great day to merge this nice PR. Let's do it! |
OCA-git-bot
commented
Mar 17, 2025
Congratulations, your PR was merged at f327ed0. Thanks a lot for contributing to OCA. ❤️ |
| state=( | ||
| CASE | ||
| WHEN | ||
| max_retries IS NOT NULL AND |
There was a problem hiding this comment.
Maybe there's a problem here? max_retries can be 0 and is well documented that it has to retry forever...
FW port of #716