-
Notifications
You must be signed in to change notification settings - Fork 70
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
Retry Aborted Requests #1714
Retry Aborted Requests #1714
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1714 +/- ##
=======================================
Coverage 98.65% 98.66%
=======================================
Files 128 128
Lines 3428 3434 +6
Branches 791 795 +4
=======================================
+ Hits 3382 3388 +6
Misses 42 42
Partials 4 4
Continue to review full report at Codecov.
|
- add config to enable retry an aborted request
6edfdb8
to
cd12403
Compare
9b73bfc
to
2fb6205
Compare
Co-authored-by: Jeremiah Olufayo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few nitpicks. Looks good to me.
Co-authored-by: Jeremiah Olufayo <[email protected]>
Summary
Add retryOnAbort config
Description
Add config to enable retry an aborted request
Todo
Closes #1713