MatrixSynapse/synapse/app
Patrick Cloke f685318c2a
Use ClientRestResource on both the main process and workers. (#14528)
Add logic to ClientRestResource to decide whether to mount servlets
or not based on whether the current process is a worker.

This is clearer to see what a worker runs than the completely separate /
copy & pasted list of servlets being mounted for workers.
2022-12-02 13:10:05 -05:00
..
__init__.py Use importlib.metadata to read requirements (#12088) 2022-03-01 17:44:41 +00:00
_base.py Remove legacy Prometheus metrics names. They were deprecated in Synapse v1.69.0 and disabled by default in Synapse v1.71.0. (#14538) 2022-11-24 09:09:17 +00:00
admin_cmd.py Merge/remove `Slaved*` stores into `WorkerStores` (#14375) 2022-11-11 10:51:49 +00:00
appservice.py Refactor entry points so that they all have a `main` function. (#13052) 2022-06-14 17:41:06 +00:00
client_reader.py Refactor entry points so that they all have a `main` function. (#13052) 2022-06-14 17:41:06 +00:00
complement_fork_starter.py Fix type annotation causing import time error in the Complement forking launcher. (#14084) 2022-11-01 10:30:43 +00:00
event_creator.py Refactor entry points so that they all have a `main` function. (#13052) 2022-06-14 17:41:06 +00:00
federation_reader.py Refactor entry points so that they all have a `main` function. (#13052) 2022-06-14 17:41:06 +00:00
federation_sender.py Refactor entry points so that they all have a `main` function. (#13052) 2022-06-14 17:41:06 +00:00
frontend_proxy.py Refactor entry points so that they all have a `main` function. (#13052) 2022-06-14 17:41:06 +00:00
generic_worker.py Use ClientRestResource on both the main process and workers. (#14528) 2022-12-02 13:10:05 -05:00
homeserver.py Remove legacy Prometheus metrics names. They were deprecated in Synapse v1.69.0 and disabled by default in Synapse v1.71.0. (#14538) 2022-11-24 09:09:17 +00:00
media_repository.py Refactor entry points so that they all have a `main` function. (#13052) 2022-06-14 17:41:06 +00:00
phone_stats_home.py Fix Prometheus recording rules to not use legacy metric names. (#13718) 2022-09-08 15:01:42 +01:00
pusher.py Refactor entry points so that they all have a `main` function. (#13052) 2022-06-14 17:41:06 +00:00
synchrotron.py Refactor entry points so that they all have a `main` function. (#13052) 2022-06-14 17:41:06 +00:00
user_dir.py Refactor entry points so that they all have a `main` function. (#13052) 2022-06-14 17:41:06 +00:00