Skip to content

Commit 484e700

Browse files
authored
docs: standby incoming requests rate limit (#1700)
Document the default rate limit of 2000 reqs per sec for standby Actor incoming request.
1 parent b480921 commit 484e700

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sources/platform/actors/running/actor_standby.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ the system starts new Actor runs, which you will see in the Actor runs tab, with
7171
7272
For requests sent to an Actor in Standby mode, the maximum time allowed until receiving the first response is _5 minutes_. This represents the overall timeout for the operation.
7373
74+
## What is the rate limit for incoming requests
75+
76+
The rate limit for incoming requests to a Standby Actor is _2000 requests per second_ per user account.
77+
7478
## How do I customize Standby configuration
7579
7680
The Standby configuration currently consists of the following properties:

0 commit comments

Comments
 (0)