forked-synapse/synapse/app
Mark Haines 5cc7564c5c Optionally start or stop workers in synctl.
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.
2016-06-21 16:38:05 +01:00
..
__init__.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
homeserver.py Add function to load config without generating it 2016-06-09 18:50:38 +01:00
pusher.py Fix setting gc thresholds in the workers 2016-06-17 11:48:12 +01:00
synchrotron.py Fix setting gc thresholds in the workers 2016-06-17 11:48:12 +01:00
synctl.py Optionally start or stop workers in synctl. 2016-06-21 16:38:05 +01:00