Skip to content

Commit a4da8be

Browse files
improvement(docs): remove references to concurrency control (#4147)
1 parent bd9dcf1 commit a4da8be

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

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

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

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

322-
### Concurrent Execution Limits
323-
324-
| Plan | Concurrent Executions |
325-
|------|----------------------|
326-
| **Free** | 5 |
327-
| **Pro** | 50 |
328-
| **Max / Team** | 200 |
329-
| **Enterprise** | 200 (customizable) |
330-
331-
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.
332-
333322
### File Storage
334323

335324
| Plan | Storage |

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const PRICING_TIERS: PricingTier[] = [
2828
'5GB file storage',
2929
'3 tables · 1,000 rows each',
3030
'5 min execution limit',
31-
'5 concurrent/workspace',
3231
'7-day log retention',
3332
'CLI/SDK/MCP Access',
3433
],
@@ -46,7 +45,6 @@ const PRICING_TIERS: PricingTier[] = [
4645
'50GB file storage',
4746
'25 tables · 5,000 rows each',
4847
'50 min execution · 150 runs/min',
49-
'50 concurrent/workspace',
5048
'Unlimited log retention',
5149
'CLI/SDK/MCP Access',
5250
],
@@ -64,7 +62,6 @@ const PRICING_TIERS: PricingTier[] = [
6462
'500GB file storage',
6563
'25 tables · 5,000 rows each',
6664
'50 min execution · 300 runs/min',
67-
'200 concurrent/workspace',
6865
'Unlimited log retention',
6966
'CLI/SDK/MCP Access',
7067
],
@@ -81,7 +78,6 @@ const PRICING_TIERS: PricingTier[] = [
8178
'Custom file storage',
8279
'10,000 tables · 1M rows each',
8380
'Custom execution limits',
84-
'Custom concurrency limits',
8581
'Unlimited log retention',
8682
'SSO & SCIM · SOC2',
8783
'Self hosting · Dedicated support',

0 commit comments

Comments
 (0)