Ppchelko has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/404888 )
Change subject: Remove wmgDebugJobQueueEventBus config parameter.
......................................................................
Remove wmgDebugJobQueueEventBus config parameter.
The parameter was introduced temporary to be able to
gradually roll our the debug queue feature for JobQueue
Kafka backend project. Since the debug queue is rolled out
on all wikis that have EventBus, additional parameter is
not needed any more.
Change-Id: Ia90fc83576e62b39ffac7a1c4895e4378daac6ab
---
M wmf-config/InitialiseSettings.php
M wmf-config/jobqueue.php
2 files changed, 1 insertion(+), 9 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/88/404888/1
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
index a13a765..06dff2f 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -19634,14 +19634,6 @@
'votewiki' => false,
],
-'wmgDebugJobQueueEventBus' => [
- 'default' => true,
- 'wikitech' => false,
- 'private' => false,
- 'loginwiki' => false,
- 'votewiki' => false,
-],
-
// Temporary code for gradually integrating htmlCacheUpdate
// jobs into the EventBus JobQueue - T182023
// Step 2: enable everywhere but wikidata, enwiki and commons
diff --git a/wmf-config/jobqueue.php b/wmf-config/jobqueue.php
index a685ac9..a4c1fd6 100644
--- a/wmf-config/jobqueue.php
+++ b/wmf-config/jobqueue.php
@@ -41,7 +41,7 @@
'maxPartitionsTry' => 5 // always covers 2+ servers
];
-if ( $wmgUseEventBus && $wmgDebugJobQueueEventBus ) {
+if ( $wmgUseEventBus ) {
$wgJobTypeConf['MessageIndexRebuildJob'] =
$wgJobTypeConf['flaggedrevs_CacheUpdate'] =
$wgJobTypeConf['deleteLinks'] =
--
To view, visit https://gerrit.wikimedia.org/r/404888
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia90fc83576e62b39ffac7a1c4895e4378daac6ab
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ppchelko <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits