Skip to content

Commit 9612066

Browse files
committed
add to landing page
1 parent 9d5ca6b commit 9612066

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,17 @@ By default, your usage is capped at the credits included in your plan. To allow
195195

196196
Max (individual) shares the same rate limits as team plans. Team plans (Pro or Max for Teams) use the Max-tier rate limits.
197197

198+
### Concurrent Execution Limits
199+
200+
| Plan | Concurrent Executions |
201+
|------|----------------------|
202+
| **Free** | 5 |
203+
| **Pro** | 50 |
204+
| **Max / Team** | 200 |
205+
| **Enterprise** | 200 (customizable) |
206+
207+
Concurrent execution limits control how many workflow executions can run simultaneously within a workspace. When the limit is reached, new executions are queued and admitted as running executions complete. Manual runs from the editor are not subject to these limits.
208+
198209
### File Storage
199210

200211
| Plan | Storage |

apps/sim/app/(home)/components/pricing/pricing.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const PRICING_TIERS: PricingTier[] = [
2424
'5GB file storage',
2525
'3 tables · 1,000 rows each',
2626
'5 min execution limit',
27+
'5 concurrent/workspace',
2728
'7-day log retention',
2829
'CLI/SDK/MCP Access',
2930
],
@@ -41,6 +42,7 @@ const PRICING_TIERS: PricingTier[] = [
4142
'50GB file storage',
4243
'25 tables · 5,000 rows each',
4344
'50 min execution · 150 runs/min',
45+
'50 concurrent/workspace',
4446
'Unlimited log retention',
4547
'CLI/SDK/MCP Access',
4648
],
@@ -58,6 +60,7 @@ const PRICING_TIERS: PricingTier[] = [
5860
'500GB file storage',
5961
'25 tables · 5,000 rows each',
6062
'50 min execution · 300 runs/min',
63+
'200 concurrent/workspace',
6164
'Unlimited log retention',
6265
'CLI/SDK/MCP Access',
6366
],
@@ -74,6 +77,7 @@ const PRICING_TIERS: PricingTier[] = [
7477
'Custom file storage',
7578
'10,000 tables · 1M rows each',
7679
'Custom execution limits',
80+
'Custom concurrency limits',
7781
'Unlimited log retention',
7882
'SSO & SCIM · SOC2 & HIPAA',
7983
'Self hosting · Dedicated support',

0 commit comments

Comments
 (0)