summary refs log tree commit diff
path: root/synapse/config/workers.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor `federation_sender` and `pusher` configuration loading. (#14496)realtyem2022-11-221-69/+70
* Fix version that `worker_main_http_uri` is redundant from (#14476)David Robertson2022-11-171-1/+1
* Remove need for `worker_main_http_uri` setting to use /keys/upload. (#14400)realtyem2022-11-161-0/+6
* Support using SSL on worker endpoints. (#14128)Tuomas Ojamies2022-11-151-0/+7
* Remove configuration options for direct TCP replication. (#13647)Patrick Cloke2022-09-061-3/+5
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-49/+0
* Add the `update_user_directory_from_worker` configuration option (superseding...reivilibre2022-05-101-0/+7
* Add the `notify_appservices_from_worker` configuration option (superseding `n...reivilibre2022-05-061-1/+108
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-5/+11
* Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-131-15/+9
* Additional type hints for config module. (#11465)Patrick Cloke2021-12-011-1/+3
* Enable passing typing stream writers as a list. (#11237)Nick Barrett2021-11-031-3/+15
* Split presence out of master (#9820)Erik Johnston2021-04-231-1/+26
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Clean up `ShardedWorkerHandlingConfig` (#9466)Erik Johnston2021-02-241-7/+86
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-6/+13
* Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-1/+17
* Allow running sendToDevice on workers (#9044)Erik Johnston2021-01-071-1/+9
* Add authentication to replication endpoints. (#8853)Patrick Cloke2020-12-041-0/+10
* Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-0/+18
* Add experimental support for sharding event persister. Again. (#8294)Erik Johnston2020-09-141-10/+27
* Revert "Add experimental support for sharding event persister. (#8170)" (#8242)Brendan Abolivier2020-09-041-27/+10
* Add experimental support for sharding event persister. (#8170)Erik Johnston2020-09-021-10/+27
* Update worker docs with recent enhancements (#7969)Erik Johnston2020-07-291-1/+48
* Allow moving typing off master (#7869)Erik Johnston2020-07-161-9/+10
* Create a ListenerConfig object (#7681)Richard van der Hoff2020-06-161-17/+7
* Add option to move event persistence off master (#7517)Erik Johnston2020-05-221-2/+28
* Add `instance_map` config and route replication calls (#7495)Erik Johnston2020-05-141-0/+17
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* fix broken copyrightsMatthew Hodgson2019-09-231-1/+1
* Fix logging in workers (#5729)Amber Brown2019-07-221-0/+1
* Remove non-dedicated logging options and command line arguments (#5678)Amber Brown2019-07-191-6/+0
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Drop support for cpu_affinity (#5525)Richard van der Hoff2019-06-221-1/+0
* Run Black. (#5482)Amber Brown2019-06-201-7/+9
* Correctly handle all command line optionsErik Johnston2019-03-141-1/+23
* Allow passing --daemonize to workersErik Johnston2019-03-131-0/+4
* Add replication http endpoint for event sendingErik Johnston2018-02-071-0/+8
* Actually make it workErik Johnston2018-01-121-0/+5
* Allow configuration of CPU affinityRichard van der Hoff2017-08-151-0/+1
* Add a frontend proxyErik Johnston2017-07-071-0/+2
* Remove unused worker config optionErik Johnston2017-04-041-1/+0
* Update all the workers and master to use TCP replicationErik Johnston2017-04-031-0/+3
* Make worker listener config backwards compatErik Johnston2017-01-201-0/+10
* Use worker_ prefixes for worker config, use existing support for multiple con...Mark Haines2016-06-161-41/+8
* Access the event_cache_size directly from the server object.Mark Haines2016-06-161-14/+0
* Access replication_url from the worker config directlyMark Haines2016-06-161-4/+0
* Comment on what's going on in clobber_with_worker_configMark Haines2016-06-161-1/+12
* Add worker config moduleMark Haines2016-06-161-0/+71