summary refs log tree commit diff
path: root/changelog.d/11262.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.47.0rc1Olivier Wilkinson (reivilibre)2021-11-091-1/+0
|
* Handle federation inbound instances being killed more gracefully (#11262)Erik Johnston2021-11-081-0/+1
* Make lock better handle process being killed If the process gets killed and restarted (so that it didn't have a chance to drop its locks gracefully) then there may still be locks in the DB that are for the same instance that haven't yet timed out but are safe to delete. We handle this case by a) checking if the current instance already has taken out the lock, and b) if not then ignoring locks that are for the same instance. * Periodically check for old staged events This is to protect against other instances dying and their locks timing out.