20after4 has submitted this change and it was merged.
Change subject: Add DonationQueue config
......................................................................
Add DonationQueue config
This is for testing new DonationQueue code.
Change-Id: If47e22ec50f7929b55d8a980b38d574ebd6b07fb
---
M puppet/modules/payments/manifests/donation_interface.pp
1 file changed, 19 insertions(+), 0 deletions(-)
Approvals:
20after4: Looks good to me, approved
jenkins-bot: Verified
diff --git a/puppet/modules/payments/manifests/donation_interface.pp
b/puppet/modules/payments/manifests/donation_interface.pp
index 835b020..a37215e 100644
--- a/puppet/modules/payments/manifests/donation_interface.pp
+++ b/puppet/modules/payments/manifests/donation_interface.pp
@@ -50,7 +50,26 @@
wgStompServer => 'tcp://localhost:61613',
+ wgDonationInterfaceMemcacheHost => 'localhost',
+
wgDonationInterfaceUseSyslog => true,
+
+ wgDonationInterfaceDefaultQueueServer => {
+ 'type' => 'PHPQueue\Backend\Stomp',
+ 'uri' => 'tcp://localhost:61613',
+ # 30 days, in seconds
+ 'expiry' => '2592000',
+ 'persistent' => 1
+ },
+
+ wgDonationInterfaceQueues => {
+ 'limbo' => {
+ 'type' => 'PHPQueue\Backend\Memcache',
+ 'servers' => [
+ 'localhost'
+ ],
+ },
+ },
},
needs_update => true,
require => [
--
To view, visit https://gerrit.wikimedia.org/r/208856
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If47e22ec50f7929b55d8a980b38d574ebd6b07fb
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: 20after4 <[email protected]>
Gerrit-Reviewer: AndyRussG <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Katie Horn <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits