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

Automatically retry requests when appropriate #10

Open
Castaglia opened this issue Mar 5, 2016 · 0 comments
Open

Automatically retry requests when appropriate #10

Castaglia opened this issue Mar 5, 2016 · 0 comments
Assignees
Labels

Comments

@Castaglia
Copy link
Owner

The mod_aws module currently does not implement any retry functionality. For better resiliency, mod_aws should retry requests on the following conditions:

  • 5xx HTTP response codes (vs 4xx response codes)
  • server errors/issues (vs client/sender errors/issues)
  • RequestLimitExceeded error code
  • ECONNRESET errros

See the AWS retry docs for more details.

Note that all retries should happen using exponential backoffs with jitter.

@Castaglia Castaglia added the bug label Mar 5, 2016
@Castaglia Castaglia self-assigned this Mar 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant