mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 16:06:52 +00:00
Multiple calls to `EventsWorkerStore._get_events_from_cache_or_db` can reuse the same database fetch, which is initiated by the first call. Ensure that cancelling the first call doesn't cancel the other calls sharing the same database fetch. Signed-off-by: Sean Quah <seanq@element.io> |
||
---|---|---|
.. | ||
__init__.py | ||
test_deviceinbox.py | ||
test_events_worker.py | ||
test_lock.py | ||
test_room.py |