JobQueueRedis::doBatchPush(): report metrics even when failures occur
authorOri Livneh <ori@wikimedia.org>
Thu, 22 Oct 2015 06:44:26 +0000 (23:44 -0700)
committerOri Livneh <ori@wikimedia.org>
Thu, 22 Oct 2015 06:45:55 +0000 (23:45 -0700)
commit666407c3abd19dc10da3a5945f6c619041a92524
tree3550363a2d8ed4e98487b51d471cf04b7407a896
parent4844595adddb813329206ecaef984cacc9cda84c
JobQueueRedis::doBatchPush(): report metrics even when failures occur

The way the method is currently written, no stats are reported at all when
failures occur.

Change-Id: I627e8f6ce3a59098bc8949da7ed22f5c924177fc
includes/jobqueue/JobQueueRedis.php