-
Notifications
You must be signed in to change notification settings - Fork 659
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
Try 2: Add retry for oauth metadata endpoint #4262
Try 2: Add retry for oauth metadata endpoint #4262
Conversation
Signed-off-by: squiishyy <[email protected]>
…ttprequestwithretry, need to work on config mappingn still, tests in Signed-off-by: squiishyy <[email protected]>
Signed-off-by: squiishyy <[email protected]>
Signed-off-by: squiishyy <[email protected]>
Signed-off-by: squiishyy <[email protected]>
Signed-off-by: squiishyy <[email protected]>
Signed-off-by: squiishyy <[email protected]>
Signed-off-by: squiishyy <[email protected]>
Signed-off-by: squiishyy <[email protected]>
Signed-off-by: squiishyy <[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.
looks great!
Signed-off-by: squiishyy <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #4262 +/- ##
==========================================
+ Coverage 59.21% 59.63% +0.41%
==========================================
Files 621 553 -68
Lines 53106 40068 -13038
==========================================
- Hits 31449 23893 -7556
+ Misses 19148 13825 -5323
+ Partials 2509 2350 -159
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Signed-off-by: squiishyy <[email protected]>
fe942b8
to
29accb5
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.
looks good, just a few nits!
Signed-off-by: squiishyy <[email protected]>
Signed-off-by: squiishyy <[email protected]>
Signed-off-by: squiishyy <[email protected]>
Signed-off-by: squiishyy <[email protected]>
4772c0c
Signed-off-by: squiishyy <[email protected]>
Congrats on merging your first pull request! 🎉 |
Tracking issue
squiishyy
Contributor
squiishyy commented 6 hours ago •
Tracking issue
https://unionai.atlassian.net/browse/CLOUD-175
Describe your changes
Added functionality to retry getting oauth metadata information upon 5xx error codes.
Added config values to be able to specify number of retry attempts and retry delay duration.
Added tests as well!
Check all the applicable boxes
Screenshots
Note to reviewers