38 private $jobQueueGroup;
41 private $editResultCache;
51 $this->jobQueueGroup = $jobQueueGroup;
52 $this->editResultCache = $editResultCache;
66 $editResult = $this->editResultCache->get( $revertRevisionId );
67 if ( $editResult ===
null ) {
72 $this->jobQueueGroup->lazyPush( $spec );
Handle enqueueing of background jobs.
Job for deferring the execution of RevertedTagUpdate.
static newSpec(int $revertRevisionId, EditResult $editResult)
Returns a JobSpecification for this job.