-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[controller] Remove older backup versions after retention period (#1149
) If there are old lingering version and there are newer repush version in regular cadence, today Venice will not delete the old version as the getLatestVersionPromoteToCurrentTimestamp updated and never fall off retention period. This PR fixed that by checking version creation time and delete if its older than retention period. --------- Co-authored-by: Sourav Maji <tester@linkedin.com>
- Loading branch information
1 parent
fa27ef0
commit 9276f5a
Showing
2 changed files
with
21 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
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