synapse-product/synapse/replication/http
Erik Johnston 04cc249b43
Add experimental support for sharding event persister. Again. (#8294)
This is *not* ready for production yet. Caveats:

1. We should write some tests...
2. The stream token that we use for events can get stalled at the minimum position of all writers. This means that new events may not be processed and e.g. sent down sync streams if a writer isn't writing or is slow.
2020-09-14 10:16:41 +01:00
..
__init__.py Typing worker needs to handle stream update requests (#7967) 2020-07-28 11:04:53 +01:00
_base.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
devices.py Convert replication code to async/await. (#7987) 2020-08-03 07:12:55 -04:00
federation.py Add experimental support for sharding event persister. Again. (#8294) 2020-09-14 10:16:41 +01:00
login.py Convert replication code to async/await. (#7987) 2020-08-03 07:12:55 -04:00
membership.py Remove some unused distributor signals (#8216) 2020-09-09 12:22:00 -04:00
presence.py Convert replication code to async/await. (#7987) 2020-08-03 07:12:55 -04:00
register.py Add a shadow-banned flag to users. (#8092) 2020-08-14 12:37:59 -04:00
send_event.py Convert replication code to async/await. (#7987) 2020-08-03 07:12:55 -04:00
streams.py Convert replication code to async/await. (#7987) 2020-08-03 07:12:55 -04:00