Closed jaredc911 closed 1 year ago
Hey @jaredc911 , sorry you're running into throttling issues!
You can try increasing the max_error_retry_attempts
and/or min_error_retry_delay
config arg values to see if that will help, as they increase the number of times the plugin retries on retryable errors and how long it initially waits to retry errors (which is then used as a basis when increasing future retry times).
For more info on these config args, please see https://hub.steampipe.io/plugins/turbot/aws#configuration.
Can you please try increasing those values, e.g., max_error_retry_attempts
to 15 and min_error_retry_delay
to 500, and see if that helps the dashboard load?
Thanks for the suggestion! That seems to have fixed it
Describe the bug On the check called
Unused log streams should be removed if not required
, I receive the error:Steampipe version (
steampipe -v
) Example: v0.17.4Plugin version (
steampipe plugin list
) aws@0.87.0To reproduce Using a connection to an AWS account with a lot of Cloudwatch log groups (my account has 320) , click on the dashboard and wait for it to fail with the above error
Expected behavior I expect it to at least return what it has gathered and better yet would be to return what it has and then continue gathering after waiting
Additional context Add any other context about the problem here.