add to docs

This commit is contained in:
Vikhyath Mondreti
2026-02-03 16:17:30 -08:00
parent 501b44e05a
commit d7259e304a
3 changed files with 24 additions and 5 deletions

View File

@@ -213,6 +213,25 @@ Different subscription plans have different usage limits:
| **Team** | $40/seat (pooled, adjustable) | 300 sync, 2,500 async |
| **Enterprise** | Custom | Custom |
## Execution Time Limits
Workflows have maximum execution time limits based on your subscription plan:
| Plan | Sync Execution Limit |
|------|---------------------|
| **Free** | 5 minutes |
| **Pro** | 60 minutes |
| **Team** | 60 minutes |
| **Enterprise** | 60 minutes |
**Sync executions** run immediately and return results directly. These are triggered via the API with `async: false` (default) or through the UI.
**Async executions** (triggered via API with `async: true`, webhooks, or schedules) run in the background with a 90-minute time limit for all plans.
<Callout type="info">
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.
</Callout>
## Billing Model
Sim uses a **base subscription + overage** billing model: