Manybubbles has uploaded a new change for review. https://gerrit.wikimedia.org/r/159485
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/85/159485/1 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: newchange Gerrit-Change-Id: I36ed8a527a9a293366129a39ba145daba7ba773c Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Manybubbles <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
