-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[enhancement] job_timeout in batch jobs #3145
Comments
As mentioned in Gitter chat, the
|
@jippi thanks for your suggestion ( i doesn't realize in gitter because the mention is to someone else 😄 ) and i will check this. |
I agree having it native to Nomad would be nice :) |
Hey closing this as a duplicate of #1782 |
sorry again, another issue i could not find that there is already an open one 😱 |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
It would be a good extension for the batch job system to define an max running time for the job.
For example if i define an periodic job which runs */15 i would like to have the ability to define an
job_timeout
(with no default) of "5m" after which the job gets killed and marked failed.This prevents "hanging" scripts and in case of prohibit_overlap that the job isn't executed on the next schedule.
The text was updated successfully, but these errors were encountered: