Skip to content

Commit 096c6e2

Browse files
authored
Update auto-scaling.md
1 parent 709215b commit 096c6e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

php/auto-scaling.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Users can now scale their RoadRunner workers automatically, up to 100 additional
1414
- This feature is not available when running RoadRunner in debug mode (`*.pool.debug=true`).
1515
- This feature does not scale Temporal Workerflow worker, only activity workers.
1616

17+
### How it works
18+
RoadRunner uses the `pool.allocate_timeout` option to determine when to start spawning additional workers. If no workers are available at the end of the timeout to handle the request, RoadRunner begins dynamically allocating additional workers according to the `spawn_rate`.
19+
1720
### Usage
1821

1922
Below is a configuration example demonstrating how to use this new feature:

0 commit comments

Comments
 (0)