Made runJobs.php fully respect $wgJobBackoffThrottling
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 3 Apr 2014 01:20:16 +0000 (18:20 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 3 Apr 2014 01:20:16 +0000 (18:20 -0700)
commit0929a1fba8ce5914848b7516bcf1dfb44c853e11
tree8b9736d84e4fedd9279ba70a46c036eda7d98bca
parentf699a6c9d5cd86acbf289dc868f9cb0d81037199
Made runJobs.php fully respect $wgJobBackoffThrottling

* Previously, it did not if --type was used
* A --nothrottle option was added to ignore throttling

Change-Id: Ib3ca899f1ce30250a63084096f1b660c96e359fe
includes/DefaultSettings.php
maintenance/runJobs.php