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
This is an interesting feature coming from @YuriGal. They have so many resources that sometimes nuke appears to stall or never completes as it has to iterate so many resources.
The primary ask is if there's a way to limit total number of resources returned by resource type.
Idea 1 - global limit, all resources use the same limit, ie 100 (can be changed)
Idea 2 - per resource limit, allow override per resource type (can be changed)
Either one of these requires a decent amount of work, have to modify every single resource, add additional for loops and more that would require a decent amount of testing to also ensure that nothing breaks.
Might consider working in a feature like this as I rewrite to aws-sdk v2.
The text was updated successfully, but these errors were encountered:
This is an interesting feature coming from @YuriGal. They have so many resources that sometimes nuke appears to stall or never completes as it has to iterate so many resources.
The primary ask is if there's a way to limit total number of resources returned by resource type.
Either one of these requires a decent amount of work, have to modify every single resource, add additional for loops and more that would require a decent amount of testing to also ensure that nothing breaks.
Might consider working in a feature like this as I rewrite to aws-sdk v2.
The text was updated successfully, but these errors were encountered: