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

🐛 add retry loop to graphQL commit queries which timeout on large github repos #3680

Merged
merged 7 commits into from
Nov 20, 2023

Commits on Nov 10, 2023

  1. try to always paginate

    in the event of timeouts, make our pagination smaller
    
    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f8cd8b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. update existing populateCommits callers

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3c2b558 View commit details
    Browse the repository at this point in the history
  2. fix linter issues

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4fa2533 View commit details
    Browse the repository at this point in the history
  3. refactor for clarity

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3be8b3b View commit details
    Browse the repository at this point in the history
  4. add retry test

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    35ac32d View commit details
    Browse the repository at this point in the history
  5. make test failure message accurate by derefing pointer

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    bce4649 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    5e35541 View commit details
    Browse the repository at this point in the history