Merge "Add Job::getMetadata() and Job::setMetadata() accessors"
[lhc/web/wiklou.git] / includes / jobqueue / JobQueueDB.php
index c52a948..7aecfe9 100644 (file)
@@ -728,7 +728,6 @@ class JobQueueDB extends JobQueue {
                                        $affected = $dbw->affectedRows();
                                        $count += $affected;
                                        JobQueue::incrStats( 'recycles', $this->type, $affected );
-                                       $this->aggr->notifyQueueNonEmpty( $this->domain, $this->type );
                                }
                        }