summary refs log tree commit diff
path: root/synapse/app/generic_worker.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* dkjfhsdklfhsdlkjf github/erikj/split_out_fed_stream erikj/split_out_fed_streamErik Johnston2020-03-251-11/+17
* Pass instance name through to rdataErik Johnston2020-03-251-4/+6
* Add replication listeners to wall workersErik Johnston2020-03-251-0/+4
* Change stream_positions to include instance nameErik Johnston2020-03-251-1/+1
* DFSDJFDSLKFErik Johnston2020-03-241-0/+6
* Shuffle around code typing handlersErik Johnston2020-03-241-54/+9
* Add redis supportErik Johnston2020-03-241-4/+13
* Move command processing out of transportErik Johnston2020-03-241-11/+10
* Add CLEAR_USER_SYNCS command that is sent on shutdown.Erik Johnston2020-03-231-3/+14
* Remove `conn_id` usage for UserSyncCommand.Erik Johnston2020-03-231-1/+2
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/catchup_on...Erik Johnston2020-03-231-13/+24
|\
| * Convert `*StreamRow` classes to inner classes (#7116)Richard van der Hoff2020-03-231-1/+1
| * Fix processing of `groups` stream, and use symbolic names for streams (#7117)Richard van der Hoff2020-03-231-12/+23
* | Move stream fetch DB queries to worker stores.Erik Johnston2020-03-201-0/+3
|/
* Comments from reviewErik Johnston2020-03-181-0/+3
* Fix worker handlingErik Johnston2020-03-021-2/+3
* Change device list replication to match new semantics.Erik Johnston2020-02-281-1/+1
* Don't refuse to start worker if media listener configured. (#7002)Erik Johnston2020-02-271-14/+20
* Merge worker apps into one. (#6964)Erik Johnston2020-02-251-0/+917