Y
Hacker News
new
|
ask
|
show
|
jobs
by
nighmi
1025 days ago
How do you set this up?
1 comments
kuchenbecker
1025 days ago
In a nutshell, we "abandon" the resource and clean up abandoned resources after N days. To delete something, you need to explicitly check it's name into a list of resources to delete.
So deletions are explicit and a mistake is just un-abandoning.
link
So deletions are explicit and a mistake is just un-abandoning.