20425: Merge branch 'main' into 20425-fed-pdh-retry
[arvados.git] / lib / config / config.default.yml
index 33c1e497de3fc8bbdb50b4d8cc7386eda1fa3937..0fb4a2babdf8057ed8291f7d280887f6d5a99617 100644 (file)
@@ -236,6 +236,10 @@ Clusters:
       # additional requests while at the MaxConcurrentRequests limit.
       MaxQueuedRequests: 64
 
+      # Maximum time a "lock container" request is allowed to wait in
+      # the incoming request queue before returning 503.
+      MaxQueueTimeForLockRequests: 2s
+
       # Fraction of MaxConcurrentRequests that can be "log create"
       # messages at any given time.  This is to prevent logging
       # updates from crowding out more important requests.