File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,21 @@ You can enable or disable parallel execution for a project. When parallel
6565execution is disabled, only one run of a workflow in the project can be executed
6666at a time.
6767
68+ ### Sync-mode workflows
69+
70+ Note that workflows triggered by webhook and set to respond synchronously are typically
71+ configured by your instance superuser to run in a priority queue (to reduce HTTP
72+ request/response times) and will IGNORE all concurrency limits. I.e., they will use the
73+ max number of available priority workers to reduce response times.
74+
75+ :::warning Sync-mode workflows are not limited by project concurrency
76+
77+ They use the maximum number of available workers, as configured by your instance administrator.
78+
79+ :::
80+
81+ ### Workflow-level concurrency limiter
82+
6883:::info Project vs workflow level concurrency
6984
7085Project level concurrency overrides workflow level concurrency. This means that
You can’t perform that action at this time.
0 commit comments