Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

fix: Remove "increase max_retries" from the throttling error message #868

Merged
merged 1 commit into from
May 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func classifyError(err error, fallbackType diag.Type, accounts []Account, opts .
diag.WithType(diag.THROTTLE),
diag.WithSeverity(diag.WARNING),
ParseSummaryMessage(err),
diag.WithDetails("CloudQuery AWS provider has been throttled, increase max_retries in provider configuration."),
diag.WithDetails("CloudQuery AWS provider has been throttled. This is unexpected - you can open an issue on github (https://github.com/cloudquery/cq-provider-aws/issues) or contact us on discord (https://cloudquery.io/discord)"),
)...),
),
}
Expand Down