forked-synapse/synapse/storage
Erik Johnston b9158ac2bf Remove get_destination_retry_timings cache
Currently we rely on the master to invalidate this cache promptly.
However, after having moved most federation endpoints off of master this
no longer happens, causing outbound fedeariont to get blackholed.

Fixes #3798
2018-09-19 14:22:57 +01:00
..
engines Port storage/ to Python 3 (#3725) 2018-08-31 00:19:58 +10:00
schema typos 2018-08-08 13:33:16 +01:00
util run isort 2018-07-09 16:09:20 +10:00
__init__.py remove unused count_monthly_users 2018-08-02 15:55:29 +01:00
_base.py Port storage/ to Python 3 (#3725) 2018-08-31 00:19:58 +10:00
account_data.py run isort 2018-07-09 16:09:20 +10:00
appservice.py Make EventStore inherit from EventFederationStore 2018-07-26 12:48:51 +01:00
background_updates.py Run things as background processes 2018-07-18 20:55:05 +01:00
client_ips.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
deviceinbox.py Port storage/ to Python 3 (#3725) 2018-08-31 00:19:58 +10:00
devices.py Port storage/ to Python 3 (#3725) 2018-08-31 00:19:58 +10:00
directory.py Return a 404 when deleting unknown room alias 2018-09-17 13:19:00 +01:00
end_to_end_keys.py Port storage/ to Python 3 (#3725) 2018-08-31 00:19:58 +10:00
event_federation.py Merge branch 'master' into develop 2018-08-02 15:43:30 +01:00
event_push_actions.py Fix some looping_call calls which were broken in #3604 2018-07-26 11:48:08 +01:00
events_worker.py Port storage/ to Python 3 (#3725) 2018-08-31 00:19:58 +10:00
events.py comment 2018-09-13 16:10:56 +01:00
filtering.py Port storage/ to Python 3 (#3725) 2018-08-31 00:19:58 +10:00
group_server.py run isort 2018-07-09 16:09:20 +10:00
keys.py clearer logging when things fail, too 2018-09-06 23:56:47 +01:00
media_repository.py
monthly_active_users.py improve naming 2018-09-12 16:22:15 +01:00
openid.py
prepare_database.py api into monthly_active_users table 2018-07-31 16:36:24 +01:00
presence.py run isort 2018-07-09 16:09:20 +10:00
profile.py Remote profile cache should remain in master worker 2018-08-17 11:37:42 +01:00
push_rule.py Merge remote-tracking branch 'origin/develop' into rav/remove_who_forgot_in_room 2018-07-23 17:15:12 +01:00
pusher.py Port storage/ to Python 3 (#3725) 2018-08-31 00:19:58 +10:00
receipts.py Update return value docstring 2018-07-12 09:45:37 +01:00
registration.py Implement trail users 2018-08-23 19:17:19 +01:00
rejections.py run isort 2018-07-09 16:09:20 +10:00
room.py Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_profiles 2018-08-17 14:15:48 +01:00
roommember.py Speed up lazy loading (#3827) 2018-09-12 00:50:39 +01:00
search.py run isort 2018-07-09 16:09:20 +10:00
signatures.py Python 3: Convert some unicode/bytes uses (#3569) 2018-08-02 00:54:06 +10:00
state.py Split the state_group_cache in two (#3726) 2018-08-22 00:56:37 +02:00
stream.py initial cut at a room summary API (#3574) 2018-08-16 09:46:50 +01:00
tags.py run isort 2018-07-09 16:09:20 +10:00
transactions.py Remove get_destination_retry_timings cache 2018-09-19 14:22:57 +01:00
user_directory.py s/becuase/because/g 2018-07-10 17:58:18 +01:00
user_erasure_store.py run isort 2018-07-09 16:09:20 +10:00