mirror of
https://github.com/matrix-org/synapse.git
synced 2025-12-07 10:21:13 +01:00
The port DB script would try and run database background tasks, which could fail if the data they acted on was in the process of being ported. These exceptions were non fatal. Fixes #15789