Ppchelko has uploaded a new change for review. https://gerrit.wikimedia.org/r/310042
Change subject: Create a separate topic for transclusion rerenders. ...................................................................... Create a separate topic for transclusion rerenders. Transclusion-related resource_change events are a significant portion of all events, so separate them out to their own topic to avoid impact on other rules. Bug: T145040 Change-Id: I78d659924fbecfdf0b2e5783732c62d0bf21e89d --- M config/eventbus-topics.yaml 1 file changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/event-schemas refs/changes/42/310042/1 diff --git a/config/eventbus-topics.yaml b/config/eventbus-topics.yaml index 49ece09..139d7a8 100644 --- a/config/eventbus-topics.yaml +++ b/config/eventbus-topics.yaml @@ -108,3 +108,10 @@ ## General error topic for change propagation change-prop.error: schema_name: error + +## Transclusion rerender topics for change propagation service +change-prop.transcludes.resource-change: + schema_name: resource_change + +change-prop.retry.change-prop.transcludes.resource-change: + schema_name: change-prop/retry -- To view, visit https://gerrit.wikimedia.org/r/310042 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I78d659924fbecfdf0b2e5783732c62d0bf21e89d Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/event-schemas Gerrit-Branch: master Gerrit-Owner: Ppchelko <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
