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
Environment Ruby: ruby 2.6.3p62 SFN: 3.1.8
Is it possible to have a way to back-off when we hit a AWS API rate limit? (see below)
[ERROR]: Rate exceeded
During polling events I see this
[WARN]: Task failed (Miasma::Error::ApiError::RequestError: Bad Request) - Retry in 5 seconds [Attempt 1/20]
Can we do the same Retry in X seconds when rate limits are reached.
Retry in X seconds
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Ruby: ruby 2.6.3p62
SFN: 3.1.8
Is it possible to have a way to back-off when we hit a AWS API rate limit? (see below)
During polling events I see this
[WARN]: Task failed (Miasma::Error::ApiError::RequestError: Bad Request) - Retry in 5 seconds [Attempt 1/20]
Can we do the same
Retry in X seconds
when rate limits are reached.The text was updated successfully, but these errors were encountered: