MatrixSynapse/synapse/replication
Mark Haines 0a7d3cd00f Create separate methods for getting messages to push
for the email and http pushers rather than trying to make a single
method that will work with their conflicting requirements.

The http pusher needs to get the messages in ascending stream order, and
doesn't want to miss a message.

The email pusher needs to get the messages in descending timestamp order,
and doesn't mind if it misses messages.
2016-07-28 20:24:24 +01:00
..
slave Create separate methods for getting messages to push 2016-07-28 20:24:24 +01:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00
presence_resource.py Allow external processes to mark a user as syncing. (#812) 2016-06-02 15:20:15 +01:00
pusher_resource.py Report per request metrics for all of the things using request_handler 2016-04-28 10:57:49 +01:00
resource.py Allow external processes to mark a user as syncing. (#812) 2016-06-02 15:20:15 +01:00