From c9abab5596825df89130582ee5b6155d2f5460f3 Mon Sep 17 00:00:00 2001 From: MQ Date: Mon, 21 Jul 2025 11:14:41 +0200 Subject: [PATCH 1/2] document the defautl rate limit for standby iincoming requests --- sources/platform/actors/running/actor_standby.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sources/platform/actors/running/actor_standby.md b/sources/platform/actors/running/actor_standby.md index 9fdb1c9397..5e3add6a84 100644 --- a/sources/platform/actors/running/actor_standby.md +++ b/sources/platform/actors/running/actor_standby.md @@ -71,6 +71,10 @@ the system starts new Actor runs, which you will see in the Actor runs tab, with 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. +## What is the rate limit for incoming requests + +The rate limit for incoming requests to a Standby Actor is _2000 requests per second_ per single standby Actor run. + ## How do I customize Standby configuration The Standby configuration currently consists of the following properties: From a2189c329982e58db455d1f3f0693da60680683f Mon Sep 17 00:00:00 2001 From: MQ Date: Mon, 21 Jul 2025 11:27:54 +0200 Subject: [PATCH 2/2] correct statement --- sources/platform/actors/running/actor_standby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/actors/running/actor_standby.md b/sources/platform/actors/running/actor_standby.md index 5e3add6a84..b2c171b477 100644 --- a/sources/platform/actors/running/actor_standby.md +++ b/sources/platform/actors/running/actor_standby.md @@ -73,7 +73,7 @@ For requests sent to an Actor in Standby mode, the maximum time allowed until re ## What is the rate limit for incoming requests -The rate limit for incoming requests to a Standby Actor is _2000 requests per second_ per single standby Actor run. +The rate limit for incoming requests to a Standby Actor is _2000 requests per second_ per user account. ## How do I customize Standby configuration