summary refs log tree commit diff
path: root/synapse/app/pusher.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More merging github/markjh/split_pusher markjh/split_pusherMark Haines2016-04-211-4/+1
|
* Add an HTTP API for removing rejected pushers.Mark Haines2016-04-191-0/+12
| | | | | | | When a push is rejected by the push gateway then synapse needs to remove the pusher from the database. However we probably don't want to do that directly from the slave, so we add an HTTP API to synapse to remove the pusher from the database.
* Poke the slaved pushers on new receiptsMark Haines2016-04-141-0/+10
|
* Make push sort of workMark Haines2016-04-141-4/+9
|
* Optionally split out the pusher into a separate processMark Haines2016-04-141-0/+182