Make Geo::PruneEventLogWorker delete rows more gently
Instead of attempting to delete all rows in a single SQL query, do it in batches. Closes gitlab-org/gitlab-ee#6140.
Showing
Please register or sign in to comment
Instead of attempting to delete all rows in a single SQL query, do it in batches. Closes gitlab-org/gitlab-ee#6140.