Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/255077

Change subject: Remove obsolete "claimTTL" settings
......................................................................

Remove obsolete "claimTTL" settings

This are unused and managed by config in puppet instead

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/77/255077/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 3c4b7c6..78a20ea 100755
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2342,9 +2342,6 @@
 # Avoid excessive CPU due to cache misses from rapid invalidations
 $wgJobBackoffThrottling['htmlCacheUpdate'] = 20; // pages/sec per runner
 
-# If a job runner takes too long to finish a job, assume it died and re-assign 
the job
-$wgJobTypeConf['default']['claimTTL'] = 3600;
-
 # Job types to exclude from the default queue processing. Aka the very long
 # one. That will exclude the types from any queries such as nextJobDB.php
 # We have to set this for any project cause we usually run PHP script against
@@ -2352,7 +2349,6 @@
 
 # Timed Media Handler:
 $wgJobTypesExcludedFromDefaultQueue[] = 'webVideoTranscode';
-$wgJobTypeConf['webVideoTranscode'] = array( 'claimTTL' => 86400 ) + 
$wgJobTypeConf['default'];
 
 # GWToolset
 $wgJobTypesExcludedFromDefaultQueue[] = 'gwtoolsetUploadMetadataJob';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e21eda0f303854742e63beb7a85ae64668e7067
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

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

Reply via email to