summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index f099dd79..cacd673a 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -308,6 +308,12 @@ temporal:
# Default: 0
max_jobs: 0
+ # [2023.3.10]
+ # Maximum size of the internal requests queue. After reaching the limit, all additional requests would be rejected with error.
+ #
+ # Default: 0 (no limit)
+ max_queue_size: 0
+
# Timeout for worker allocation. Zero means 60s.
#
# Default: 60s
@@ -872,6 +878,12 @@ http:
# Default: 0
max_jobs: 0
+ # [2023.3.10]
+ # Maximum size of the internal requests queue. After reaching the limit, all additional requests would be rejected with error.
+ #
+ # Default: 0 (no limit)
+ max_queue_size: 0
+
# Timeout for worker allocation. Zero means 60s.
#
# Default: 60s
@@ -1314,6 +1326,12 @@ jobs:
# Default: 0
max_jobs: 0
+ # [2023.3.10]
+ # Maximum size of the internal requests queue. After reaching the limit, all additional requests would be rejected with error.
+ #
+ # Default: 0 (no limit)
+ max_queue_size: 0
+
# Timeout for worker allocation. Zero means 60s.
#
# Default: 60s
@@ -1944,6 +1962,12 @@ grpc:
# Default: 0
max_jobs: 0
+ # [2023.3.10]
+ # Maximum size of the internal requests queue. After reaching the limit, all additional requests would be rejected with error.
+ #
+ # Default: 0 (no limit)
+ max_queue_size: 0
+
# Timeout for worker allocation. Zero means 60s.
#
# Default: 60s
@@ -2017,6 +2041,12 @@ tcp:
# Default: 0
max_jobs: 0
+ # [2023.3.10]
+ # Maximum size of the internal requests queue. After reaching the limit, all additional requests would be rejected with error.
+ #
+ # Default: 0 (no limit)
+ max_queue_size: 0
+
# Timeout for worker allocation. Zero means 60s.
#
# Default: 60s
@@ -2148,6 +2178,12 @@ centrifuge:
# Default: 0
max_jobs: 0
+ # [2023.3.10]
+ # Maximum size of the internal requests queue. After reaching the limit, all additional requests would be rejected with error.
+ #
+ # Default: 0 (no limit)
+ max_queue_size: 0
+
# Timeout for worker allocation. Zero means 60s.
#
# Default: 60s