From bcba2567b26a93a8fa995088bbb98b91fa3dc5d7 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 28 Jun 2019 16:22:51 +0000 Subject: [PATCH] Set the MBS polling interval to one hour This should help with the failures due to race conditions we are seeing when MBS is overloaded. --- roles/mbs/common/templates/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 9d6e9145f9..52f478c566 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -39,7 +39,7 @@ class BaseConfiguration(object): # How often should we resort to polling, in seconds # Set to zero to disable polling - POLLING_INTERVAL = 600 + POLLING_INTERVAL = 3600 # Determines how many builds that can be submitted to the builder # and be in the build state at a time. Set this to 0 for no restrictions