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

fix: retry with git checkout #2147

Merged
merged 1 commit into from
Sep 8, 2023
Merged

fix: retry with git checkout #2147

merged 1 commit into from
Sep 8, 2023

Conversation

ludamad
Copy link
Collaborator

@ludamad ludamad commented Sep 8, 2023

Works around rate limiting on git. We may want to up this count but it is not a bad idea to still have retries. Turns out this hits the network. Not that surprising in retrospect (git checkout can sync to find branches on the remote), but I usually think of it in the fully local DB case so didn't think of adding this before

Works around rate limiting on git. We may want to up this count but it is not a bad idea to still have retries. Turns out this hits the network. Not that surprising in retrospect (git checkout can sync to find branches on the remote), but I usually think of it in the fully local DB case so didn't think of adding this before
@ludamad ludamad requested a review from charlielye September 8, 2023 18:30
@ludamad ludamad merged commit 9df0431 into master Sep 8, 2023
@ludamad ludamad deleted the ad/retry-git-checkout branch September 8, 2023 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants