From 93c2004f86305687fdfc021134da51c1ef5da9e9 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 5 Dec 2024 18:37:01 +0100 Subject: chore: update dynamic_allocator config Signed-off-by: Valery Piashchynski --- .rr.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. -- cgit v1.2.3