-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Tune aws-nuke: skip S3Objects, include RedShift #117
Conversation
@@ -5,8 +5,8 @@ on: | |||
release: | |||
types: | |||
- created | |||
schedule: | |||
- cron: '0 0 * * *' | |||
# schedule: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why disable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why we want to build this nightly. It is pinned to a Geodesic version and we do not update Geodesic that often. It just seems a waste of resources to build it nightly.
Aws does not allow deletion of bucket with objects. I don't believe the hypothesis on too many objects |
I rather exit 0 than run manually. Our testing infra orphans way too much to make this manuAl, and even if it fails deleting some stuff is better than not at all. |
The only evidence I have for the hypothesis is
|
what
why
curl
to pull latest configuration anyway.