Removed executeReadyPeriodicTasks() method
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 7 May 2015 03:06:01 +0000 (20:06 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 7 May 2015 03:20:40 +0000 (20:20 -0700)
commitec3da97659f035380281ab4b22a89954c6a7d7a9
treefb91fc84bfe8924cba00f903bc7bfa920f34746e
parent9d759043d29023015568d9178dceb8bbeafa0da3
Removed executeReadyPeriodicTasks() method

* Moved all these hacks to JobQueueDB, which is the only queue that
  should need this (for stock installs). Newer queues should always
  have the queue store manage stuff like this, not MediaWiki.
* This also avoids expensive object construction that does nothing
  when non-DB queues are used.

Change-Id: Id718cda25750be73044a049b39958cca55aa3172
includes/jobqueue/JobQueue.php
includes/jobqueue/JobQueueDB.php
includes/jobqueue/JobQueueFederated.php
includes/jobqueue/JobQueueGroup.php
includes/jobqueue/JobRunner.php