feat: Add worker job timeout #23
eelkevdbos
started this conversation in
Ideas
Replies: 1 comment
-
Thanks! I can see how this could make sense. I will have to give it a little more thought but maybe the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context
A timeout for jobs would provide the guarantee that a worker does not get stuck on a single job. On top of that, long running scheduled jobs can start to overlap if the scheduled frequency is higher that the job assumed duration is.
Current workaround
Proposed interface
Beta Was this translation helpful? Give feedback.
All reactions