Closed erikjohnston closed 1 year ago
Currently if we need to delete a large number of rows we'll delete 100 each time the task is rerun, which is once a minute.
Instead of that, let's just do the batched deletions in a loop.
Currently if we need to delete a large number of rows we'll delete 100 each time the task is rerun, which is once a minute.
Instead of that, let's just do the batched deletions in a loop.