You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Overview
Cleanup could potentially be done faster by doing parallel execution. Discovery of resources is already done in parallel to an extent.
Considerations
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
The text was updated successfully, but these errors were encountered: