-
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
[feature] job lifetime limit #3594
Comments
Hi, thanks for the feature request. Have you looked at the |
It's not the same. kill_timeout is used to stop tasks, but i think there should be job lifetime. After specified lifetime this job should be stopped and cleared from cluster. |
HI @alxark There have been some issues opened in the past discussing those, though I don't remember the issue numbers off hand. HTH, |
It would be great if someone can post links here, because i didn't found them. |
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. |
Hello. I would like to specify job lifetime limit. This feature will be useful for testing environments, when i don't want to track started jobs after successful merge and want them to die after some timeout ( for example 1 week after last modification time). Currently i would like to use this feature with KVM driver to create fresh VM's with small nomad cluster inside it.
The text was updated successfully, but these errors were encountered: