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

chore: remove bespoke routes-at-stop retry logic #2186

Merged
merged 1 commit into from
Sep 4, 2024

Commits on Sep 3, 2024

  1. chore: remove bespoke routes-at-stop retry logic

    Some time ago (36f9f83) we changed this specific data fetching function
    so it "doesn't trust" the V3 API if it says there are no routes serving
    a stop, and tries again up to 3 times.
    
    Some more-recent time ago (297c302), as part of a refactor of this
    function, we added a warning when a retry occurs, so we'd get some idea
    whether this logic was still useful.
    
    One month later, we have not logged this warning in any deployed
    environment, so it seems safe to remove.
    digitalcora committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f2f9f09 View commit details
    Browse the repository at this point in the history