summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-12-05 18:37:01 +0100
committerValery Piashchynski <[email protected]>2024-12-05 18:37:01 +0100
commit93c2004f86305687fdfc021134da51c1ef5da9e9 (patch)
tree80c677d0eefd816be072e8cca54da27b721a87eb
parenta84893f23f9b4f53019e9cdb5f3e4f71196e57c4 (diff)
chore: update dynamic_allocator config
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r--.rr.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 6040ab69..40bfdf6e 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -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.
@@ -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.