jenkins-bot has submitted this change and it was merged.

Change subject: Disable the job queue that processes echo notification
......................................................................


Disable the job queue that processes echo notification

There is a very random bug related to welcome notification after this
was enabled, disable it for now till the bug is identified and fixed

Change-Id: Ic89680970d00c6275b9fb62ad3b84709c8da2229
---
M wmf-config/InitialiseSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Bsitu: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 2550bf4..745d7b3 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -12265,7 +12265,7 @@
 
 // Whether to use job queue to process web and email notifications
 'wmgEchoUseJobQueue' => array(
-       'default' => true,
+       'default' => false,
 ),
 
 'wmgUseThanks' => array(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic89680970d00c6275b9fb62ad3b84709c8da2229
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Bsitu <[email protected]>
Gerrit-Reviewer: Bsitu <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to