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

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(-)

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



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index bb368ef..b8596a7 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2373,9 +2373,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
@@ -2383,7 +2380,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: merged
Gerrit-Change-Id: I4e21eda0f303854742e63beb7a85ae64668e7067
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to