Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/144368

Change subject: Added job-undelay stat calls to the Redis queue class
......................................................................

Added job-undelay stat calls to the Redis queue class

Change-Id: I28f979ff6b95e09af832f8daaa6bd7bb15c2cb6b
---
M includes/jobqueue/JobQueueRedis.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/68/144368/1

diff --git a/includes/jobqueue/JobQueueRedis.php 
b/includes/jobqueue/JobQueueRedis.php
index 6739a84..39fccdd 100644
--- a/includes/jobqueue/JobQueueRedis.php
+++ b/includes/jobqueue/JobQueueRedis.php
@@ -703,6 +703,7 @@
                                $count += $released + $pruned + $undelayed;
                                JobQueue::incrStats( 'job-recycle', 
$this->type, $released, $this->wiki );
                                JobQueue::incrStats( 'job-abandon', 
$this->type, $abandoned, $this->wiki );
+                               JobQueue::incrStats( 'job-undelay', 
$this->type, $undelayed, $this->wiki );
                        }
                } catch ( RedisException $e ) {
                        $this->throwRedisException( $conn, $e );

-- 
To view, visit https://gerrit.wikimedia.org/r/144368
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I28f979ff6b95e09af832f8daaa6bd7bb15c2cb6b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to