Skip to content

Commit aa8fc1c

Browse files
jirimoravcikTC-MO
andauthored
Apply suggestions from code review
Co-authored-by: Michał Olender <[email protected]>
1 parent 7e70d6c commit aa8fc1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sources/platform/actors/development/programming_interface/actor_standby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ async def main() -> None:
178178

179179
## Timeouts
180180

181-
When you send a request to an Actor in Standby mode, the total timeout is 5 minutes to the first response. But before the request is sent to a specific Actor run, the platform needs to decide to which run should the request go. The "run choosing" process has an internal timeout of 2 minutes.
181+
When you send a request to an Actor in Standby mode, the total timeout for receiving the first response is _5 minutes_. Before the platform forwards the request to a specific Actor run, it performs a _run selection_ process to determine the specific Actor run that will handle it. This process has internal timeout of _2 minutes_.
182182

183183
## Getting the URL of the Standby Actor
184184

sources/platform/actors/running/actor_standby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ the system starts new Actor runs, which you will see in the Actor runs tab, with
6969
7070
## What is the timeout for incoming requests
7171
72-
When you send a request to an Actor in Standby mode, the timeout is 5 minutes to the first response.
72+
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
7474
## How do I customize Standby configuration
7575

0 commit comments

Comments
 (0)