Skip to content

Conversation

@pcholakov
Copy link
Collaborator

@pcholakov pcholakov commented Jul 22, 2025

I have some safety concerns about the current implementation as being too naive; this has the potential to destroy the stateful tasks if the sweeper construct itself is inadvertently removed. This could happen if CloudFormation decides to perform a replacement rather than an update, for example. This shouldn't happen but I'd like to think about the safety here some more before merging - or at least hide this behind an opt-in flag until we're more confident. It's a relatively rare use case mostly for dev and temporary e2e test environments.

Fixes: #39

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Destroying a freshly deployed cluster stack fails because Tasks are still active

2 participants