mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-27 08:56:59 -05:00
59fa91fe88
Due to a bug in the porting script some backfilled events were not correctly persisted, causing irrecoverable IntegrityErrors on future attempts to persist those events. This commit adds a retry mechanism invoked upon IntegrityError, where when retried the tables are purged for all references to the events being persisted.