Skip to content

Commit 7f23b90

Browse files
committed
update docs
1 parent 7b75f15 commit 7f23b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/content/docs/en/execution/costs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ Workflows have maximum execution time limits based on your subscription plan:
225225
| **Enterprise** | 60 minutes | 90 minutes |
226226

227227
**Sync executions** run immediately and return results directly. These are triggered via the API with `async: false` (default) or through the UI.
228+
**Async executions** (triggered via API with `async: true`, webhooks, or schedules) run in the background. Async time limits are up to 2x the sync limit, capped at 90 minutes.
228229

229-
**Async executions** (triggered via API with `async: true`, webhooks, or schedules) run in the background. Async time limits are 2x the sync limit, capped at 90 minutes.
230230

231231
<Callout type="info">
232232
If a workflow exceeds its time limit, it will be terminated and marked as failed with a timeout error. Design long-running workflows to use async execution or break them into smaller workflows.

0 commit comments

Comments
 (0)