Is there an existing feature request for this?
What is your feature request?
Hi,
First thanks for all for this project, it's so nice 👍
I've been exploring the documentation and testing the system, and I noticed the following:
It is possible to set a max concurrent limit on jobs, events, or workflows globally.
However, I couldn’t find a way to limit the number of concurrent jobs inside a single workflow.
What I would like to do:
Start a workflow with many jobs defined.
Only have X jobs running concurrently, and as each finishes, the next one starts.
I also tried using some sort of controller, but it didn’t seem feasible (or maybe I missed something).
Would it be possible to add a feature to control concurrency at the workflow-level, or is there already a recommended approach for this?
Thanks!
Code of Conduct
Is there an existing feature request for this?
What is your feature request?
Hi,
First thanks for all for this project, it's so nice 👍
I've been exploring the documentation and testing the system, and I noticed the following:
It is possible to set a max concurrent limit on jobs, events, or workflows globally.
However, I couldn’t find a way to limit the number of concurrent jobs inside a single workflow.
What I would like to do:
Start a workflow with many jobs defined.
Only have X jobs running concurrently, and as each finishes, the next one starts.
I also tried using some sort of controller, but it didn’t seem feasible (or maybe I missed something).
Would it be possible to add a feature to control concurrency at the workflow-level, or is there already a recommended approach for this?
Thanks!
Code of Conduct