You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/actors/limits.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,5 +42,7 @@ If needed, the limits shown below can be increased on paid accounts. For details
42
42
|Maximum number of tasks per user|1000<!-- DEFAULT_PLATFORM_LIMITS.MAX_TASKS_PER_USER -->|
43
43
|Maximum number of schedules per user|100<!-- DEFAULT_PLATFORM_LIMITS.MAX_SCHEDULES_PER_USER -->|
44
44
|Maximum number of webhooks per user|100<!-- DEFAULT_PLATFORM_LIMITS.MAX_TASKS_PER_USER -->|
45
+
|Maximum number of concurrent actor runs per user for free accounts|25<!-- DEFAULT_PLATFORM_LIMITS.FREE_ACCOUNT_MAX_CONCURRENT_ACTOR_RUNS_PER_USER -->|
46
+
|Maximum number of concurrent actor runs per user for paid accounts|250<!-- DEFAULT_PLATFORM_LIMITS.PAID_ACCOUNT_MAX_CONCURRENT_ACTOR_RUNS_PER_USER -->|
45
47
|Maximum number of actors per schedule|10<!-- DEFAULT_PLATFORM_LIMITS.MAX_ACTORS_PER_SCHEDULER -->|
46
48
|Maximum number of tasks per schedule|10<!-- DEFAULT_PLATFORM_LIMITS.MAX_TASKS_PER_SCHEDULER -->|
0 commit comments