Skip to content

Commit

Permalink
chore: update dynamic_allocator config
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Dec 5, 2024
1 parent a84893f commit 93c2004
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .rr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,14 @@ http:
# Default: 60s
destroy_timeout: 60s

# Dynamic allocator settings.
#
# Default: empty
dynamic_allocator:
max_workers: 25
spawn_rate: 10
idle_timeout: 10s

# Supervisor is used to control http workers (previous name was "limit", video: https://www.youtube.com/watch?v=NdrlZhyFqyQ).
# "Soft" limits will not interrupt current request processing. "Hard"
# limit on the contrary - interrupts the execution of the request.
Expand Down Expand Up @@ -1284,6 +1292,11 @@ jobs:
# Default: 60s
destroy_timeout: 60s

dynamic_allocator:
max_workers: 25
spawn_rate: 10
idle_timeout: 10s

# List of broker pipelines associated with the drivers.
#
# This option is not required since you can declare pipelines in the runtime. Pipeline driver should exist.
Expand Down

0 comments on commit 93c2004

Please sign in to comment.