38 private $jobQueueGroup;
41 private $editResultCache;
47 $this->jobQueueGroup = $jobQueueGroup;
48 $this->editResultCache = $editResultCache;
62 $editResult = $this->editResultCache->get( $revertRevisionId );
63 if ( $editResult ===
null ) {
68 $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.