Try to make sure jobs will not get pushed twice on failures
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 10 Oct 2013 19:16:34 +0000 (12:16 -0700)
committerTim Starling <tstarling@wikimedia.org>
Thu, 17 Oct 2013 23:43:10 +0000 (23:43 +0000)
commit917f915b4be2a4e54dc16d1eff47501344b75854
tree58a9f9cbdf86b00af1ac6ffdb701eb831f631c75
parentd12724e96b16742deb6aadec6ac5eb8e4c1ded59
Try to make sure jobs will not get pushed twice on failures

* Some queues like the DB one, might split up batches into chunks
  which we do not want when used by federated queues (it already
  manages chunking anyway). If only X of Y got inserted, then they
  would all get inserted into another partition, causing duplicates

Change-Id: Id73b34f3500f8aeaf456e6bcac862a1e4832c870
includes/job/JobQueueFederated.php