aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/runJobs.php
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-111-2/+8
* * (bug 38953) --memory-limit switch not working for runJobs.php.Reedy2012-08-021-0/+3
* Don't manually quote stuffReedy2012-08-021-2/+2
* debug start of jobsAntoine Musso2012-06-271-0/+1
* (but 37072) - infinite loop with runJobs.phpAntoine Musso2012-06-081-1/+3
* Add bracesSam Reed2011-12-311-2/+4
* Merge r86398 into the old wfWaitForSlaves. Update core calls.Platonides2011-04-201-1/+1
* Add --maxtime parameter to allow job runners to be limited by time instead of...Tim Starling2011-03-101-1/+8
* Revert r73198 (adding exclusing option to runJobs.php). Per CR, this should u...Chad Horohoe2011-02-041-28/+4
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Follow up r47852. Unlike forkWorkers(), the start() method doesn't get the $p...Platonides2011-01-121-1/+1
* Add exclusive option for runJobs.phpNiklas Laxström2010-09-171-4/+28
* Fixed a bunch of silly instances of [^!=]==\s*(true|false)Chad Horohoe2010-06-091-4/+2
* Stylize maintenance folder..Sam Reed2010-05-221-11/+11
* eol ws cleanupMark A. Hershberger2010-04-171-3/+3
* Followup r62067, drop $wgUseNormalUser as un-neededChad Horohoe2010-02-101-2/+0
* Merge and clean up memory_limit hacks from wmf-deployment r53208.Brion Vibber2009-09-141-0/+5
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Don't put \n on the end of every error() call, just do it in error() itself. ...Chad Horohoe2009-08-021-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-60/+80
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-65/+59
* Merge maintenance-work branch:Chad Horohoe2009-06-241-59/+65
* (bug 17620) don't run jobs twiceTim Starling2009-03-181-1/+1
* * Added restart-on-error feature to ForkController, changed the interface to ...Tim Starling2009-02-271-3/+2
* * Refactored the forking code from runJobs.php to a new class called ForkCont...Tim Starling2009-02-261-54/+3
* * Don't kill child processes during normal termination, that will leave the l...Tim Starling2009-02-201-13/+12
* Basic multiprocess operation via pcntl_fork()Tim Starling2009-02-191-1/+67
* Better logging in runJobs.php. Committing for test on server.Tim Starling2009-02-161-2/+13
* * Remove unneeded includesNiklas Laxström2009-02-051-2/+0
* don't count if you don't use it! :)Domas Mituzas2008-07-291-1/+1
* Fix 12384 : comment on maintenance/*php filesAntoine Musso2008-07-191-0/+6
* add timestamps to runJobs output, should make it easier to track down stuck j...Brion Vibber2008-05-231-2/+2
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-0/+4
* Applying live hack from Wikimedia code base: tweaks to runJobs.php. Not clear...Brion Vibber2008-01-291-4/+4
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* runJobs should have a way to only run certain types of jobRiver Tarnell2007-05-111-2/+17
* specify offset for Job::pop(), yay for efficient job queue runs (unless there...Domas Mituzas2007-03-251-1/+3
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-1/+1
* Removed old debugging code.Tim Starling2007-01-131-2/+1
* Committed a bunch of live hacks from Wikimedia serversBrion Vibber2006-10-021-0/+12
* * Adding a trailing ?>Ævar Arnfjörð Bjarmason2006-03-071-0/+1
* Job::pop() may occasionally return false when there are actually more jobs re...Tim Starling2006-02-281-6/+8
* Die on inappropriate references to $wgTitle, especially from parser extensions.Tim Starling2006-02-281-0/+4
* Added job table, for deferred processing of jobs. The immediate application i...Tim Starling2006-02-241-0/+13