You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timestamps for deletion are currently scattered over multiple variables and some variables per CSP, e.g.
[cleanup]
# Max age of an image file
max-images-age-hours = 24
[cleanup.namespace.qac]
# EC2 snapshots younger than this amount of days will be ignored
ec2-max-snapshot-age-days = 2
# EC2 volumes younger than this amount of days will be ignored
ec2-max-volumes-age-days = 2
We should unify the TTL handling and instead of having hours and days variables allow the user to set a custom duration that will be parsed (e.g. max-image-age = 24h or ec2-max-volumes-age = 2d).
The text was updated successfully, but these errors were encountered:
Timestamps for deletion are currently scattered over multiple variables and some variables per CSP, e.g.
We should unify the TTL handling and instead of having
hours
anddays
variables allow the user to set a custom duration that will be parsed (e.g.max-image-age = 24h
orec2-max-volumes-age = 2d
).The text was updated successfully, but these errors were encountered: