Added $wgJobBackoffThrottling to replace wmf sleep() hack
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 21 Dec 2013 20:57:45 +0000 (12:57 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 23 Dec 2013 23:10:50 +0000 (15:10 -0800)
commite8cb20737acbf4b0de0e9420d91ae0813bc0a523
treec66097671ea84aea033cb2eab12f584cf5c00e7f
parent24967ab27e40fd032f679aca301879aafeb01d8b
Added $wgJobBackoffThrottling to replace wmf sleep() hack

* This also adds a Job::workItemCount() method
* Removed unused USE_PRIORITY constant
* A few small cleanups in runJobs.php

Change-Id: Ife9370e488fa63dcd1f702ed98f3b7f26057f10c
includes/DefaultSettings.php
includes/job/Job.php
includes/job/JobQueueGroup.php
includes/job/jobs/HTMLCacheUpdateJob.php
includes/job/jobs/RefreshLinksJob.php
maintenance/runJobs.php