synapse-product/synapse/replication/slave/storage
Erik Johnston c3c6c0e622 Add 'device_lists_outbound_pokes' as extra table.
This makes sure we check all the relevant tables to get the current max
stream ID.

Currently not doing so isn't problematic as the max stream ID in
`device_lists_outbound_pokes` is the same as in `device_lists_stream`,
however that will change.
2020-02-28 11:15:11 +00:00
..
__init__.py Add a slaved events store class 2016-04-06 14:18:35 +01:00
_base.py Allow streaming cache invalidate all to workers. (#6749) 2020-01-22 10:37:00 +00:00
_slaved_id_tracker.py Fix assertion to stop transaction queue getting wedged 2017-03-15 12:16:55 +00:00
account_data.py Change DataStores to accept 'database' param. 2019-12-06 13:30:06 +00:00
appservice.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
client_ips.py Change DataStores to accept 'database' param. 2019-12-06 13:30:06 +00:00
deviceinbox.py Change DataStores to accept 'database' param. 2019-12-06 13:30:06 +00:00
devices.py Add 'device_lists_outbound_pokes' as extra table. 2020-02-28 11:15:11 +00:00
directory.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
events.py Merge worker apps into one. (#6964) 2020-02-25 16:56:55 +00:00
filtering.py Change DataStores to accept 'database' param. 2019-12-06 13:30:06 +00:00
groups.py Allow moving group read APIs to workers (#6866) 2020-02-07 11:14:19 +00:00
keys.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
presence.py Fixup synapse.replication to pass mypy checks (#6667) 2020-01-14 14:08:06 +00:00
profile.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
push_rule.py Change DataStores to accept 'database' param. 2019-12-06 13:30:06 +00:00
pushers.py Change DataStores to accept 'database' param. 2019-12-06 13:30:06 +00:00
receipts.py Change DataStores to accept 'database' param. 2019-12-06 13:30:06 +00:00
registration.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
room.py Change DataStores to accept 'database' param. 2019-12-06 13:30:06 +00:00
transactions.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00