diff options
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |