We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2019-07-24 07:35:05,150 :: INFO :: Getting logs from 2019-07-23 2019-07-24 07:35:05,352 :: INFO :: Downloading file /home/postgres/logs/vendor-live//error/postgresql.log.2019-07-23-00 2019-07-24 07:35:05,996 :: INFO :: Log truncated, retrying portion with NumberOfLines = 948 2019-07-24 07:35:08,924 :: INFO :: Log truncated, retrying portion with NumberOfLines = 852 2019-07-24 07:36:25,812 :: ERROR :: An error occurred (Throttling) when calling the DownloadDBLogFilePortion operation (reached max retries: 4): Rate exceeded
The text was updated successfully, but these errors were encountered:
I've just run into the same issue and increasing Boto's default number of retry attempts as per https://boto3.amazonaws.com/v1/documentation/api/latest/guide/retries.html seemed to help.
You can also specify these values either as local config file or env vars: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-retries.html#cli-usage-retries-configure-envvar
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: