Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Remove the specialised 'appservice' worker type #12446

Closed
reivilibre opened this issue Apr 12, 2022 · 1 comment · Fixed by #12452
Closed

Remove the specialised 'appservice' worker type #12446

reivilibre opened this issue Apr 12, 2022 · 1 comment · Fixed by #12452
Assignees
Labels
A-Application-Service Related to AS support A-Workers Problems related to running Synapse in Worker Mode (or replication) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.

Comments

@reivilibre
Copy link
Contributor

Part of #10441.

What I'm up to: Removing the synapse.app.appservice app type, letting you instead configure that with a global config option.

What the configs will look like:

Old Transitional New

main

notify_appservices: false

worker1

worker_app: synapse.app.appservice

main

notify_appservices: false
notify_appservices_from_worker: worker1

worker1

worker_app: synapse.app.appservice

main

notify_appservices_from_worker: worker1

worker1

worker_app: synapse.app.generic_worker
@MadLittleMods MadLittleMods added A-Application-Service Related to AS support A-Workers Problems related to running Synapse in Worker Mode (or replication) labels Dec 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Application-Service Related to AS support A-Workers Problems related to running Synapse in Worker Mode (or replication) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
Projects
None yet
3 participants