Aaron Schulz has submitted this change and it was merged.

Change subject: Prevent ParsoidCacheUpdateJobOnDependencyChange from running in 
the main loops
......................................................................


Prevent ParsoidCacheUpdateJobOnDependencyChange from running in the main loops

* They already have a dedicated one and take a lot of time to run

Change-Id: Id02bce76c7a130c2a369cfa0a371c965d3a6fbb7
---
M wmf-config/CommonSettings.php
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Aaron Schulz: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 8c80447..2da0238 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2216,6 +2216,9 @@
 $wgJobTypesExcludedFromDefaultQueue[] = 'gwtoolsetUploadMediafileJob';
 $wgJobTypesExcludedFromDefaultQueue[] = 'gwtoolsetGWTFileBackendCleanupJob';
 
+# Slow Parsoid jobs
+$wgJobTypesExcludedFromDefaultQueue[] = 
'ParsoidCacheUpdateJobOnDependencyChange';
+
 if ( $wmgUseEducationProgram ) {
        require_once( "$IP/extensions/EducationProgram/EducationProgram.php" );
        $egEPSettings['dykCategory'] = $wmgEducationProgramDYKCat;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id02bce76c7a130c2a369cfa0a371c965d3a6fbb7
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to