[arvados] updated: 2.6.0-455-gec6d3bd91

git repository hosting git at public.arvados.org
Wed Aug 9 13:49:57 UTC 2023


Summary of changes:
 lib/config/config.default.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  ec6d3bd91d222a66b96ae9fd265fa61c8edb7f6c (commit)
      from  810f82cb348d83fd09492384a9b31b31a5e3c9e9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ec6d3bd91d222a66b96ae9fd265fa61c8edb7f6c
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Aug 9 09:48:51 2023 -0400

    20680: Increase MaxConcurrentRequests to 8
    
    Necessary to avoid a API -> keep-web -> API loop causing a deadlock.
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index b78116255..4e5c05160 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -225,7 +225,7 @@ Clusters:
 
       # Maximum number of concurrent requests to process concurrently
       # in a single service process, or 0 for no limit.
-      MaxConcurrentRequests: 4
+      MaxConcurrentRequests: 8
 
       # Maximum number of incoming requests to hold in a priority
       # queue waiting for one of the MaxConcurrentRequests slots to be

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list