Uh oh!
There was an error while loading. Please reload this page.
Store worker's PID when a job is started - #258
Conversation
Add a field in the "queue_job" model to store the worker pid. No usage for new besides "logging" for debugging (helps to find which process to investigate in case a job is stuck). Later, it may be useful to improve the recovery of job that stay in the wrong state when the job runner restarts. ClosesOCA#177
sbidoul
left a comment
There was a problem hiding this comment.
Coding with one ear while listening to talks with the other ?
Thanks for implementing this !
guewen
commented
Nov 13, 2020
/ocabot merge minor |
OCA-git-bot
commented
Nov 13, 2020
This PR looks fantastic, let's merge it! |
OCA-git-bot
commented
Nov 13, 2020
It looks like something changed on |
OCA-git-bot
commented
Nov 13, 2020
It looks like something changed on |
OCA-git-bot
commented
Nov 13, 2020
Congratulations, your PR was merged at 4ae3e86. Thanks a lot for contributing to OCA. ❤️ |
Add a field in the "queue_job" model to store the worker pid.
No usage for new besides "logging" for debugging (helps to find which
process to investigate in case a job is stuck).
Later, it may be useful to improve the recovery of job that stay in the
wrong state when the job runner restarts.
Closes#177