[Workflows] [Feature] Feature to limit the maximum number of workflows running. #24029
Labels
enhancement
Request for new feature and/or capability
P1
Issue that should be fixed within a few weeks
workflow
Milestone
Description
To better support #21161
One feature we need is to ensure workflow is able to limit the number of active workflows running.
We'll need APIs like this:
max_concurrent_jobs
means for a given time, how many workflow jobs can run. A job will be queued if the number of running jobs reaches the limit.max_queueing_jobs
means the maximum number of jobs that can be queued. An exception will be thrown if the number of jobs queued reaches the limit.Use case
One use case is here: #21161
The text was updated successfully, but these errors were encountered: