Skip to content

Commit 403b500

Browse files
Update platform management documentation
Add information about sync-mode workflows and workflow-level concurrency.
1 parent b4b4fc8 commit 403b500

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/manage-projects/platform-mgmt.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,21 @@ You can enable or disable parallel execution for a project. When parallel
6565
execution is disabled, only one run of a workflow in the project can be executed
6666
at 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

7085
Project level concurrency overrides workflow level concurrency. This means that

0 commit comments

Comments
 (0)