MatrixSynapse/synapse
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
..
api
app Optionally start or stop workers in synctl. 2016-06-21 16:38:05 +01:00
appservice
config Turn use_frozen_events off by default 2016-06-17 15:11:22 +01:00
crypto
events
federation Merge pull request #878 from matrix-org/erikj/ujson 2016-06-17 16:22:12 +01:00
handlers Only re-sign our own events 2016-06-17 14:47:33 +01:00
http
metrics
push Fix ``KeyError: 'msgtype'``. Use ``.get`` 2016-06-17 13:49:16 +01:00
replication
rest
static/client
storage Use worker_ prefixes for worker config, use existing support for multiple config files 2016-06-16 17:29:50 +01:00
streams
util
__init__.py
notifier.py
python_dependencies.py
server.py Use worker_ prefixes for worker config, use existing support for multiple config files 2016-06-16 17:29:50 +01:00
state.py
types.py
visibility.py