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

[feat] Parallel Execution #191

Open
ekristen opened this issue Jun 8, 2024 · 0 comments
Open

[feat] Parallel Execution #191

ekristen opened this issue Jun 8, 2024 · 0 comments

Comments

@ekristen
Copy link
Owner

ekristen commented Jun 8, 2024

Overview

Cleanup could potentially be done faster by doing parallel execution. Discovery of resources is already done in parallel to an extent.

Considerations

  • Deleting resources controlled by CFN can cause issues with CFN deleting.
  • CFN can take a long time to delete, perhaps sending to background the remove tasks is possible.

Implementation

This would actually be done in libnuke. There were recently some changes made for GCP to add an additional optional wait handler to the resource type for when the backend doesn't give an immediate response, it could potentially be leveraged to background CFN removals.

Upstream References

@ekristen ekristen changed the title Parallel Execution [feat] Parallel Execution Sep 13, 2024
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

No branches or pull requests

1 participant