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

Throttling errors when discovering resources not supported by advanced query #332

Closed
svozza opened this issue Dec 2, 2022 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@svozza
Copy link
Contributor

svozza commented Dec 2, 2022

This issue was found by a customer, I am creating this issue on their behalf to track the fix.

Describe the bug
When the discovery process runs we see an error There were 3 errors when importing resource types unsupported by advanced query in the logs. Running the discovery process with logging set to DEBUG, gives the follow error logs:

{
  "level": "error",
  "message": "There were 3 errors when importing resource types unsupported by advanced query.",
  "timestamp": "2022-11-25T10:11:26.232Z"
}
{
  "errors": [
    {
      "item": "AWS::ECS::Cluster",
      "message": "Rate exceeded",
      "name": "PromisePoolError",
      "raw": {
        "$fault": "client",
        "$metadata": {
          "attempts": 3,
          "httpStatusCode": 400,
          "requestId": "50f3ee6b-76ca-420d-8f37-13f47b1fbcb7",
          "totalRetryDelay": 1271
        },
        "__type": "ThrottlingException",
        "message": "Rate exceeded",
        "name": "ThrottlingException"
      }
    }
    // ...
   ]
 }
@svozza svozza added the bug Something isn't working label Dec 2, 2022
@svozza
Copy link
Contributor Author

svozza commented Dec 14, 2022

This has been fixed in v2.0.2 that was released on Friday.

@svozza svozza closed this as completed Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant