Job::pop() may occasionally return false when there are actually more jobs remaining...
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 28 Feb 2006 05:24:52 +0000 (05:24 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 28 Feb 2006 05:24:52 +0000 (05:24 +0000)
commit5562abd5246765c66ae87e44fb8481f24109aeb9
treecaa4be3c7c19efca1bf14225bb0dc8fa9622631a
parent93725c1b065b357db4c115ea5de6da93f9df553e
Job::pop() may occasionally return false when there are actually more jobs remaining, but there is too much contention to efficiently delete one. runJobs can keep trying, as opposed to apache threads which should stop in this case.
maintenance/archives/patch-profiling.sql
maintenance/cleanupSpam.php
maintenance/clear_stats.php
maintenance/commandLine.inc
maintenance/ourusers.php
maintenance/runJobs.php