summary refs log tree commit diff
path: root/changelog.d/13194.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.63.0rc1Sean Quah2022-07-121-1/+0
|
* Fix bug where we failed to delete old push actions (#13194)Erik Johnston2022-07-061-0/+1
This happened if we encountered a stream ordering in `event_push_actions` that had more rows than the batch size of the delete, as If we don't delete any rows in an iteration then the next time round we get the exact same stream ordering and get stuck.