Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Intelligently select extremities used in backfill. #8349

Merged
merged 5 commits into from
Sep 18, 2020

Commits on Sep 18, 2020

  1. Intelligently select extremities used in backfill.

    Instead of just using the most recent extremities let's pick the
    ones that will give us results that the pagination request cares about,
    i.e. pick extremities only if they have a smaller depth than the
    pagination token.
    
    This is useful when we fail to backfill an extremity, as we no longer
    get stuck requesting that same extremity repeatedly.
    erikjohnston committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    8de8c8a View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    535118a View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    erikjohnston and clokep authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    a11d215 View commit details
    Browse the repository at this point in the history
  4. Code review

    erikjohnston committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    ed5593b View commit details
    Browse the repository at this point in the history
  5. Rename max_topo

    erikjohnston committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    4807d1b View commit details
    Browse the repository at this point in the history