Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for an expiry date tag. #7

Open
ramesius opened this issue Apr 12, 2017 · 0 comments
Open

Add support for an expiry date tag. #7

ramesius opened this issue Apr 12, 2017 · 0 comments

Comments

@ramesius
Copy link
Contributor

Originally reported by @klee

Sometimes there are stacks that need to live for longer than 7 days but that we still dont want hanging around for ever. In this case it would be good to be able to tag a slice with the a don't kill before date. t

Given a stack has a dont-kill-before tag
And is older than 7 days but younger than the tag date
When Batman assesses the slice
Then Batman wont kill it.

Given a stack has a dont-kill-before tag
And is older than the tag date
When Batman assesses the slice
Then Batman will kill it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant