Add support for workflow level timeouts #5367
Replies: 4 comments 2 replies
-
From Contributors meetup: upvoted by @eapolinario. Further discussion with @hamersaw is recommended before we decide if it should be an RFC/Issue or how to move forward. |
Beta Was this translation helpful? Give feedback.
-
This is the other issue I mentioned: #5125 |
Beta Was this translation helpful? Give feedback.
-
Strictly adding workflow timeouts should be pretty easy, it can be implemented the same as node-level timeouts. If this is the scope, I don't think there is any need for an RFC. Just need to add configuration and support in the workflow executor. Happy to include some code references if anyone is willing to pick this up. |
Beta Was this translation helpful? Give feedback.
-
@pvditt @fg91 do you think we should create an Issue out of this including some code pointers for contributors to pick it up? |
Beta Was this translation helpful? Give feedback.
-
Currently timeouts can only be configured on the task level (see docs). In many situations it would be useful to have the ability to restrict the runtime of the entire workflow.
Beta Was this translation helpful? Give feedback.
All reactions