Implementing a timeout on the runners for long-running pipelines #3734
daniddelrio
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our organization, we have issues on some workflows intermittently and unintentionally running for a few hours. Since there's no option of globally setting timeouts on the workflows (see Discussion), we were wondering if there's a way to implement this timeout on the runner-level or in ARC.
Our first idea was to:
However, maybe there's an easier way that's already implemented natively? Something like a TTL controller or an existing process that can handle this.
I see that there was an issue #2360 posted about this, but it didn't get any traction
Beta Was this translation helpful? Give feedback.
All reactions