Skip to content

Commit

Permalink
Add RecordLintJob to redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega committed Apr 11, 2024
1 parent 22c8ebb commit ec19a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EventBus.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
$wgJobTypeConf['SetContainersAccessJob'] = $jobQueueRedis;
$wgJobTypeConf['securePollPopulateVoterList'] = $jobQueueRedis;
$wgJobTypeConf['EchoNotificationJob'] = $jobQueueRedis;
$wgJobTypeConf['RecordLintJob'] = $jobQueueRedis;

// Don't need a global here
unset( $jobQueueRedis );
Expand Down

0 comments on commit ec19a75

Please sign in to comment.