jenkins-bot has submitted this change and it was merged.

Change subject: Further throttle Cirrus template update jobs
......................................................................


Further throttle Cirrus template update jobs

We're still not getting a backlog of jobs in the queue so we're not getting
smooth utilization.  Mostly when I check there are no queued jobs and
every once in a while there are a couple thousand waiting.

Change-Id: I36ed8a527a9a293366129a39ba145daba7ba773c
---
M wmf-config/CirrusSearch-common.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Aaron Schulz: Looks good to me, but someone else must approve
  Reedy: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CirrusSearch-common.php 
b/wmf-config/CirrusSearch-common.php
index d41833b..e8581f3 100644
--- a/wmf-config/CirrusSearch-common.php
+++ b/wmf-config/CirrusSearch-common.php
@@ -39,8 +39,8 @@
 $wgCirrusSearchRefreshInterval = 30;
 
 # Set the backoff for Cirrus' job that reacts to template changes - slow and 
steady
-# will help prevent spikes in Elasticsearch load
-$wgJobBackoffThrottling['cirrusSearchLinksUpdate'] = 2.5;
+# will help prevent spikes in Elasticsearch load.
+$wgJobBackoffThrottling['cirrusSearchLinksUpdate'] = 1.25;
 
 # Ban the hebrew plugin, it is unstable
 $wgCirrusSearchBannedPlugins[] = 'elasticsearch-analysis-hebrew';

-- 
To view, visit https://gerrit.wikimedia.org/r/159485
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I36ed8a527a9a293366129a39ba145daba7ba773c
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Manybubbles <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to