From fb3664da1cacfff3401471db38892bc29a701bbb Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Thu, 16 Feb 2023 18:20:49 +0000 Subject: deploy: ad1f3fa8e10d99ca49acd7a351a8e695e1412d64 --- develop/workers.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'develop/workers.html') diff --git a/develop/workers.html b/develop/workers.html index 7671306a38..2622cdb4c9 100644 --- a/develop/workers.html +++ b/develop/workers.html @@ -284,6 +284,14 @@ recommend the use of systemd where available: for information on se systemd to start synapse workers, see Systemd with Workers. To use synctl, see Using synctl with Workers.

+

Start Synapse with Poetry

+

The following applies to Synapse installations that have been installed from source using poetry.

+

You can start the main Synapse process with Poetry by running the following command:

+
poetry run synapse_homeserver -c [your homeserver.yaml]
+
+

For worker setups, you can run the following command

+
poetry run synapse_worker -c [your worker.yaml]
+

Available worker applications

synapse.app.generic_worker

This worker can handle API requests matching the following regular expressions. -- cgit 1.5.1