mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 04:15:55 -05:00
5cc7564c5c
Optionally start or stop an individual worker by passing -w with the path to the worker config. Optionally start or stop every worker and the main synapse by passing -a with a path to a directory containing worker configs. The "-w" is intended to be used to bounce individual workers proceses. THe "-a" is intended for when you want to restart all the workers simultaneuously, for example when performing database upgrades.