-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Batch entries in cleanup script (#2158)
* Fix cleanup-index script help output Signed-off-by: Colleen Murphy <[email protected]> * Batch entries in cleanup script The number of index keys is nearly a trillion and is too many for the script to process at once. Chunk the MySQL results up and remove them from Redis in small batches instead. Signed-off-by: Colleen Murphy <[email protected]> --------- Signed-off-by: Colleen Murphy <[email protected]>
- Loading branch information
Showing
1 changed file
with
37 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters