Mobrovac has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/386165 )

Change subject: [Config] Enable all the job types in beta
......................................................................


[Config] Enable all the job types in beta

Change-Id: I15ae84242babceafdf6270e0f347f4346d939a03
---
M scap/templates/config.yaml.j2
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Mobrovac: Verified; Looks good to me, approved



diff --git a/scap/templates/config.yaml.j2 b/scap/templates/config.yaml.j2
index 057746e..c07cefa 100644
--- a/scap/templates/config.yaml.j2
+++ b/scap/templates/config.yaml.j2
@@ -34,12 +34,17 @@
             startup_delay: 60000
             templates:
               updateBetaFeaturesUserCounts:
+<%- if env == 'production' %>
                 topic: 'mediawiki.job.updateBetaFeaturesUserCounts'
+<%- else %>
+                topic: '/^mediawiki\.job\..*/'
+<%- endif %>
                 exec:
                   method: post
                   uri: '<%= jobrunner_uri %>'
                   headers:
                     content-type: 'application/json'
+                    host: '{{message.meta.domain}}'
                   body: '{{globals.message}}'
 
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I15ae84242babceafdf6270e0f347f4346d939a03
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/change-propagation/jobqueue-deploy
Gerrit-Branch: master
Gerrit-Owner: Ppchelko <ppche...@wikimedia.org>
Gerrit-Reviewer: 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