jenkins-bot has submitted this change and it was merged. Change subject: Use job queue to process Flow notifications ......................................................................
Use job queue to process Flow notifications Depends on: https://gerrit.wikimedia.org/r/#/c/156594 Deployment step: 1. deploy this patch along with the patch mentioned above 2. enable job queue on mediawiki: https://gerrit.wikimedia.org/r/#/c/155169/ Change-Id: I72163d5a9e9d8a1eb5612128888ccf51a95846f3 --- M includes/Notifications/Notifications.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: EBernhardson: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/Notifications/Notifications.php b/includes/Notifications/Notifications.php index 66e6138..981b37f 100644 --- a/includes/Notifications/Notifications.php +++ b/includes/Notifications/Notifications.php @@ -6,6 +6,7 @@ 'section' => 'message', 'formatter-class' => 'Flow\NotificationFormatter', 'icon' => 'flow-discussion', + 'use-jobqueue' => true, ); $notifications = array( -- To view, visit https://gerrit.wikimedia.org/r/156598 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I72163d5a9e9d8a1eb5612128888ccf51a95846f3 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Flow Gerrit-Branch: master Gerrit-Owner: Bsitu <[email protected]> Gerrit-Reviewer: EBernhardson <[email protected]> Gerrit-Reviewer: SG <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
