This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Expose other worker types as console_scripts #11993
Labels
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.
Currently only the synapse_homeserver (
app.homeserver:main
) and synapse_worker (app.generic_worker:main
) binaries get generated and added to PATH by setuptools.It would be nice to have executables in path to start the other types of workers as well, like
pusher
,appservice
andfederation_send
.This could be done through
console_scripts
definitions for each, or a more generic synapse_worker(s) script that allows you to choose the kind of worker you want to start with a flag.The text was updated successfully, but these errors were encountered: