MatrixSynapse/synapse/replication/http
Jason Little 1df0221bda
Use a custom scheme & the worker name for replication requests. (#15578)
All the information needed is already in the `instance_map`, so
use that instead of passing the hostname / IP & port manually
for each replication request.

This consolidates logic for future improvements of using e.g.
UNIX sockets for workers.
2023-05-23 09:05:30 -04:00
..
__init__.py
_base.py Use a custom scheme & the worker name for replication requests. (#15578) 2023-05-23 09:05:30 -04:00
account_data.py
devices.py Remove legacy code of single user device resync api (#15418) 2023-04-21 12:06:39 +01:00
federation.py
login.py
membership.py Add support for knocking to workers. (#15133) 2023-03-02 12:59:53 -05:00
presence.py
push.py
register.py
send_event.py
send_events.py
state.py
streams.py