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: allow max item limits on resources #520

Open
ekristen opened this issue Jan 21, 2025 · 0 comments
Open

feat: allow max item limits on resources #520

ekristen opened this issue Jan 21, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@ekristen
Copy link
Owner

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.

@ekristen ekristen added the enhancement New feature or request label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant