Mobrovac has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/386361 )

Change subject: Revert "[Beta Labs] Use only EventBus for job processing."
......................................................................

Revert "[Beta Labs] Use only EventBus for job processing."

This reverts commit 0b3210392e501de0ad99723966a1ff210d61d584.

Change-Id: I8e5fcf9b94f0b23b98c9825a8294ec4b52f2a7ff
---
M wmf-config/jobqueue-labs.php
1 file changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/61/386361/1

diff --git a/wmf-config/jobqueue-labs.php b/wmf-config/jobqueue-labs.php
index a5c4727..2e5603a 100644
--- a/wmf-config/jobqueue-labs.php
+++ b/wmf-config/jobqueue-labs.php
@@ -17,7 +17,11 @@
 
 if ( $wmgUseEventBus ) {
        $wgJobTypeConf['default'] = [
-               'class' => 'JobQueueEventBus'
+               'class' => 'JobQueueSecondTestQueue',
+               'mainqueue' => $jobQueueRedisConfig,
+               'debugqueue' => [
+                       'class' => 'JobQueueEventBus'
+               ]
        ];
 } else {
        $wgJobTypeConf['default'] = $jobQueueRedisConfig;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8e5fcf9b94f0b23b98c9825a8294ec4b52f2a7ff
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Mobrovac <mobro...@wikimedia.org>

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

Reply via email to