Skip to content

Fix deployment level concurrency - #183

Merged
leewujung merged 2 commits into
echostack-org:mainfrom
leewujung:fix_deployment_concurrency
Aug 23, 2026
Merged

Fix deployment level concurrency#183
leewujung merged 2 commits into
echostack-org:mainfrom
leewujung:fix_deployment_concurrency

Conversation

@leewujung

Copy link
Copy Markdown
Member

This PR fixes the previous concurrency setting so that right now 2 levels of concurrency can be separately specified:

  • across deployments: concurrency_group groups deployments and controls how many runs are executed within the associated work queue from all deployments specified in the same group
  • per-deployment: deployment_concurrency controls if a new flow run would be cancelled (CANCEL_NEW) or queued (ENQUEUE) when the specified limit number of flow runs are already running

Also added a README section to document the usage, which we can later move to the appropriate docs section in #170 .

@leewujung leewujung added bug Something isn't working infrastructure labels Aug 23, 2026
@leewujung
leewujung merged commit b5585f7 into echostack-org:main Aug 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant