-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Retry on 50x from AWS - Add DynamoRetriableException to group all exceptions on which retry should be invoked (500,502,503,504). - Add warning when a failure happened, but retry will be invoked. * Document retry mechanism * Retry Refinements - Update readme, including version of update - Add 2 additional plausible retriable 400 issue's * process review remarks --------- Co-authored-by: Jesper Van Caeter <Thejipppp@users.noreply.github.com>
- Loading branch information
Showing
2 changed files
with
51 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters