MatrixSynapse/synapse/storage/data_stores/main
Richard van der Hoff 1d9dca02f9
remove `retry_on_integrity_error` wrapper for persist_events (#7848)
As far as I can tell from the sentry logs, the only time this has actually done
anything in the last two years is when we had two master workers running at
once, and even then, it made a bit of a mess of it (see
https://github.com/matrix-org/synapse/issues/7845#issuecomment-658238739).

Generally I feel like this code is doing more harm than good.
2020-07-15 10:34:53 +01:00
..
schema Merge branch 'release-v1.17.0' into develop 2020-07-10 18:38:50 +01:00
__init__.py
account_data.py
appservice.py
cache.py Refactor getting replication updates from database v2. (#7740) 2020-07-07 12:11:35 +01:00
censor_events.py
client_ips.py
deviceinbox.py Refactor getting replication updates from database v2. (#7740) 2020-07-07 12:11:35 +01:00
devices.py Refactor getting replication updates from database v2. (#7740) 2020-07-07 12:11:35 +01:00
directory.py
e2e_room_keys.py
end_to_end_keys.py Refactor getting replication updates from database v2. (#7740) 2020-07-07 12:11:35 +01:00
event_federation.py
event_push_actions.py Back out MSC2625 implementation (#7761) 2020-07-01 11:08:25 +01:00
events.py remove `retry_on_integrity_error` wrapper for persist_events (#7848) 2020-07-15 10:34:53 +01:00
events_bg_updates.py
events_worker.py Stop populating unused table `local_invites`. (#7793) 2020-07-07 14:20:40 +01:00
filtering.py
group_server.py Refactor getting replication updates from database v2. (#7740) 2020-07-07 12:11:35 +01:00
keys.py
media_repository.py
metrics.py
monthly_active_users.py
openid.py
presence.py
profile.py
purge_events.py Stop populating unused table `local_invites`. (#7793) 2020-07-07 14:20:40 +01:00
push_rule.py
pusher.py Refactor getting replication updates from database v2. (#7740) 2020-07-07 12:11:35 +01:00
receipts.py
registration.py
rejections.py
relations.py
room.py Fix bug in per-room message retention policies. (#7850) 2020-07-14 15:51:13 -04:00
roommember.py
search.py
signatures.py
state.py
state_deltas.py
stats.py
stream.py Add ability to shard the federation sender (#7798) 2020-07-10 18:26:36 +01:00
tags.py Refactor getting replication updates from database v2. (#7740) 2020-07-07 12:11:35 +01:00
transactions.py
ui_auth.py isort 5 compatibility (#7786) 2020-07-05 16:32:02 +01:00
user_directory.py
user_erasure_store.py