aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/runJobs.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-0/+1
* Make Maintenance::finalSetup require a SettingsBuilderdaniel2024-01-081-1/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Replace more usages of deprecated MWExceptionDaimona Eaytoy2023-06-081-4/+4
* Move ForkController to MediaWiki/Maintenance/ namespaceAmir Sarabadani2022-10-151-0/+1
* Make runJobs.php die peacefully if the DB server goes awayTim Starling2022-02-101-1/+2
* Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-2/+3
* Revert "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-3/+2
* SettingsBuilder: allow maintenance scripts to manipulate configdaniel2022-01-261-2/+3
* maintenance: Cleanup use of exit in Maintenance::execute implementationUmherirrender2021-08-301-1/+1
* ForkController: Throw more meaningful error for missing PHP extensionsAmmarpad2021-04-171-3/+7
* Safer autoloading with respect to file-scope codeTim Starling2021-01-111-6/+7
* Convert JobRunner into a service and use DIPetr Pchelko2020-02-271-2/+2
* Refactor edit stashing into a PageEditStash serviceAaron Schulz2019-04-171-3/+6
* Do not return invalid JSON in runJobs.phpAaron Schulz2019-03-291-1/+1
* runJobs.php output something when the job queue is emptyRazeSoldier2019-03-171-0/+4
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Make runJobs.php treat --json value as case insensitiveAaron Schulz2017-10-251-1/+1
* Define MEDIAWIKI_JOB_RUNNER in runJobs.phpAaron Schulz2017-10-091-0/+3
* Convert JobRunner to using beginMasterChanges()Aaron Schulz2016-09-071-8/+0
* Add --wait option for runJobs.phpNiklas Laxström2016-02-211-8/+32
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Enable DBO_TRX for runJobs.php, just like HTTP job runnerAaron Schulz2015-04-211-3/+13
* Removed redundant wfReadOnly check in runJobs.phpAaron Schulz2015-04-211-4/+0
* Move MWLogger classes to MediaWiki\Logger namespaceBryan Davis2015-04-031-1/+3
* Convert JobRunner to PSR-3 loggerBryan Davis2015-01-261-1/+1
* Set "has value" flag correctly for result parameterAaron Schulz2014-07-281-1/+1
* Added support for result=json parameter to runJobs.phpAaron Schulz2014-07-281-2/+10
* Refactored duplicated code into JobRunner.phpAaron Schulz2014-07-251-204/+11
* Avoid useless delay and master connections in wfWaitForSlaves() in runJobs.phpAaron Schulz2014-07-191-4/+4
* Made --maxtime a soft limit againAaron Schulz2014-07-181-4/+0
* Use job backoff times in the case of high failure ratesAaron Schulz2014-07-151-1/+4
* Allow floating point values for $wgJobBackoffThrottlingGergo Tisza2014-05-091-3/+5
* Disable job throttling for DuplicateJob jobsAaron Schulz2014-04-281-1/+4
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-3/+4
* Pass phpcs-strict on maintenance/ (2/8)Siebrand Mazeland2014-04-221-1/+3
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-2/+2
* Merge "Made runJobs.php fully respect $wgJobBackoffThrottling"jenkins-bot2014-04-081-2/+6
|\
| * Made runJobs.php fully respect $wgJobBackoffThrottlingAaron Schulz2014-04-021-2/+6
* | Rollback transaction in case of uncaught exceptions during jobBrian Wolff2014-04-051-0/+1
|/
* Remove $wgTitle from all maintenance scriptsChad Horohoe2014-03-121-3/+0
* Fixed silly regression with $job not being set in runJobs.phpAaron Schulz2013-12-281-1/+1
* Added $wgJobBackoffThrottling to replace wmf sleep() hackAaron Schulz2013-12-231-8/+102
* runbJobs: rm outdated options in commentsAntoine Musso2013-12-171-4/+0
* Fix spacing and break some linesumherirrender2013-08-241-2/+2
* Merge "Made runJobs.php respect time limits better and try to bail before OOMs"jenkins-bot2013-08-131-2/+31
|\
| * Made runJobs.php respect time limits better and try to bail before OOMsAaron Schulz2013-06-271-2/+31
* | Removed unused $dbw variable and connectionAaron Schulz2013-08-131-1/+0
|/