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

indexer: refactor & improve/cleanup error handling #988

Merged
merged 5 commits into from
Jul 6, 2022

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    2aec10c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3900c02 View commit details
    Browse the repository at this point in the history
  3. indexer: improve/cleanup error handling

     - capture and log any errors from Deferred jobs
     - capture and log any errors from other places which were previously skipped on error (via multierror)
    radeksimko committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    a55f034 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6fdc5d View commit details
    Browse the repository at this point in the history
  5. scheduler/state: avoid passing JobStore via ctx

    This (hack) is no longer necessary since all indexing logic is now self-contained within one package.
    radeksimko committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    59eea8a View commit details
    Browse the repository at this point in the history