Skip to content

Commit ad4112e

Browse files
authored
feat: Add max concurrent actor runs limit (#403)
1 parent 32b7262 commit ad4112e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/docs/actors/limits.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@ If needed, the limits shown below can be increased on paid accounts. For details
4242
|Maximum number of tasks per user|1000<!-- DEFAULT_PLATFORM_LIMITS.MAX_TASKS_PER_USER -->|
4343
|Maximum number of schedules per user|100<!-- DEFAULT_PLATFORM_LIMITS.MAX_SCHEDULES_PER_USER -->|
4444
|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 -->|
4547
|Maximum number of actors per schedule|10<!-- DEFAULT_PLATFORM_LIMITS.MAX_ACTORS_PER_SCHEDULER -->|
4648
|Maximum number of tasks per schedule|10<!-- DEFAULT_PLATFORM_LIMITS.MAX_TASKS_PER_SCHEDULER -->|

0 commit comments

Comments
 (0)