Removed use of cache in JobQueueFederated pop() method
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 26 Jul 2014 19:37:56 +0000 (12:37 -0700)
committerOri.livneh <ori@wikimedia.org>
Mon, 28 Jul 2014 17:16:08 +0000 (17:16 +0000)
commit77ea812c9e312bf977d98b9c82a424c6e9da7b1b
treea635573c8d059e112183eba742cfeac34ee8c29d
parent8bc72b70dfd34d11f230b98c0fd8ad681772c98a
Removed use of cache in JobQueueFederated pop() method

* This does not really buy anything for a number of reason and
  can cause bugs. For example, if the aggregator is notified due
  to undelayed jobs but this cache is not updated, then the runners
  will not see the jobs and will de-list aggregator entry.

bug: 68506
Change-Id: I1eacca108df59fff9c0fcc846aafaf1616cf5895
includes/jobqueue/JobQueueFederated.php