Skip to content
Snippets Groups Projects
Unverified Commit a0f51b05 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Fix bug where we failed to delete old push actions (#13194)

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.
parent 68db233f
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment