MatrixSynapse/synapse/storage/databases
Sean Quah 8eec25a1d9
Track ongoing event fetches correctly in the presence of failure (#11240)
When an event fetcher aborts due to an exception, `_event_fetch_ongoing`
must be decremented, otherwise the event fetcher would never be
replaced. If enough event fetchers were to fail, no more events would be
fetched and requests would get stuck waiting for events.
2021-11-04 10:33:53 +00:00
..
main Track ongoing event fetches correctly in the presence of failure (#11240) 2021-11-04 10:33:53 +00:00
state Fix remove_stale_pushers job on SQLite. (#10843) 2021-09-20 10:26:13 +01:00
__init__.py Add type hints for most `HomeServer` parameters (#11095) 2021-10-22 18:15:41 +01:00