Skip to content
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

Merged
merged 10 commits into from
Oct 18, 2023
Merged

Commits on Oct 17, 2023

  1. feat(api): introduce new fluent scheduled job wait for completion API

    Also added an AsyncRequest.retryUntil() helper that polls the built
    request until a certain condition is met in the response.
    cmark committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f3c2a5c View commit details
    Browse the repository at this point in the history
  2. feat(job): support cached boolean parameter when running jobs

    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).
    cmark committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9cb5026 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb11d45 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    c7a912b View commit details
    Browse the repository at this point in the history
  2. fix(core): serialized version of AnalysisCompareResult should not...

    ...contain the individual named counts
    cmark committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1a9f4b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab57d19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc06cc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dc7c10 View commit details
    Browse the repository at this point in the history
  6. fix(job): make sure current context is carried over to evaluate...

    ...job status polling properly
    cmark committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c4c983b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e503aa View commit details
    Browse the repository at this point in the history