-
Notifications
You must be signed in to change notification settings - Fork 32
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
SO-3966 fluent job wait retry api #1233
Conversation
Also added an AsyncRequest.retryUntil() helper that polls the built request until a certain condition is met in the response.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 9.x #1233 +/- ##
=========================================
Coverage 64.03% 64.03%
- Complexity 13122 13143 +21
=========================================
Files 1795 1795
Lines 61371 61364 -7
Branches 5703 5706 +3
=========================================
- Hits 39300 39296 -4
+ Misses 19611 19602 -9
- Partials 2460 2466 +6
☔ View full report in Codecov by Sentry. |
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!
Also rework to instantly register the document as soon as the request completes so that it is available when fetching it (no need to wait for the underlying job infrastructure to notify the listener and index the first version of the doc).
...contain the individual named counts
...job status polling properly
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.
🍏
Also added an AsyncRequest.retryUntil() helper that polls the built request until a certain condition is met in the response.