Ppchelko has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/change-propagation/jobqueue-deploy refs/changes/65/386165/1 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: newchange Gerrit-Change-Id: I15ae84242babceafdf6270e0f347f4346d939a03 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/services/change-propagation/jobqueue-deploy Gerrit-Branch: master Gerrit-Owner: Ppchelko <ppche...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits