-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YDA-5415: improve revision cleanup stability
This modifies the revision cleanup process, so that the scan stage (collecting data about revisions) is separate from the collect stage (collecting a list of all revisions). Scanning revision data is done in batches now, rather than a one-time scan for the whole environment. This reduces the amount of memory needed for the scan stage, which contributes to making the revision cleanup job usable on large environments.
- Loading branch information
Showing
3 changed files
with
231 additions
and
83 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
Oops, something went wrong.