-
Notifications
You must be signed in to change notification settings - Fork 221
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
Add retries for get payload #340
Conversation
Codecov Report
π£ This organization is not using Codecovβs GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #340 +/- ##
==========================================
+ Coverage 67.69% 68.79% +1.09%
==========================================
Files 8 8
Lines 1226 1266 +40
==========================================
+ Hits 830 871 +41
+ Misses 347 345 -2
- Partials 49 50 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
efb8d6f
to
0e6a53a
Compare
0e6a53a
to
a9aa8ec
Compare
a9aa8ec
to
dcd75c5
Compare
7a0ee10
to
93106f0
Compare
a58295d
to
eeb0a1b
Compare
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.
LGTM π
eeb0a1b
to
86bffd0
Compare
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.
Still LGTM π
π Summary
Resolves issue #323 allowing getPayload to retry the call on errors, as long as it's below the configured timeout
β± Motivation and Context
Improves reliability of the getPayload call
π References
β I have run these commands
make lint
make test-race
go mod tidy