Mobrovac has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/310334

Change subject: Config: Use separate topic for transclusions
......................................................................

Config: Use separate topic for transclusions

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


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/services/change-propagation/deploy 
refs/changes/34/310334/1

diff --git a/scap/templates/config.yaml.j2 b/scap/templates/config.yaml.j2
index 53c6236..9d2fdfd 100644
--- a/scap/templates/config.yaml.j2
+++ b/scap/templates/config.yaml.j2
@@ -278,11 +278,11 @@
 
                     on_transclusion_update:
                       concurrency: <%= concurrency * 5 %>
-                      topic: resource_change
+                      topic: change-prop.transcludes.resource-change
                       match:
                         meta:
                           uri: '/https?:\/\/[^\/]+\/wiki\/(?<title>.+)/'
-                        tags: [ 'change-prop', 'transcludes' ]
+                        tags: [ 'transcludes' ]
                       exec:
                         method: get
                         uri: '<%= restbase_uri 
%>/{{message.meta.domain}}/v1/page/html/{{match.meta.uri.title}}'
@@ -535,11 +535,11 @@
                         body: '{{globals.message}}'
 
                     on_wikidata_description_change:
-                      topic: resource_change
+                      topic: change-prop.transcludes.resource-change
                       match:
                         meta:
                           uri: '/https?:\/\/[^\/]+\/wiki\/(?<title>.+)/'
-                        tags: [ 'change-prop', 'wikidata' ]
+                        tags: [ 'wikidata' ]
                       exec:
                         - method: get
                           uri: '<%= restbase_uri 
%>/{{message.meta.domain}}/v1/page/summary/{{match.meta.uri.title}}'

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I708605a653e913cff084a856202b97f92e35dfa2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/change-propagation/deploy
Gerrit-Branch: master
Gerrit-Owner: 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