per queue workload time to live? #6684
richardhenwood
started this conversation in
General
Replies: 2 comments 2 replies
-
The one enforcement we have for ttl on jobs is https://kueue.sigs.k8s.io/docs/concepts/workload/#maximum-execution-time. This would be on the workload level though. |
Beta Was this translation helpful? Give feedback.
2 replies
-
For watchers, this is related to this discussion: |
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.
-
Does queue offer a per queue workload time to live?
I am interested in this because I would like to implement a 'debug' queue. Here is an example of queue design that includes a debug/devel queue from NASA HECC. Here is a page focused on their devel queue.
A debug queue is somewhere to verify a job runs and small scale before queuing up for a full run. A key property of a debug queue is that it kills jobs after a short running time. This keeps resources free for the next debug job. Is it possible to apply TTL on jobs entering a queue with Kueue currently?
Beta Was this translation helpful? Give feedback.
All reactions