-
Notifications
You must be signed in to change notification settings - Fork 12
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
savi deps update
fails when run for the first time - succeeds the second time
#447
Comments
Looks like either a temporary network issue or GitHub rate limiting? |
Savi is just running Perhaps we need to add some retry logic to have it try a few more times before declaring failure? |
@jemc it fails locally too, not just in github actions. |
* It will slow down cloning git repositories. * This should fix issue savi-lang#447 both locally or on CI. * TODO: A better alternative would be to retry upon failure.
Trying with
and getting the same problem:
A second run of |
Also see: https://github.com/mneumann-savi/MQTT/actions/runs/4187381765/jobs/7257136099
When
savi deps update
is run, the first time it fails. The second time, it succeeds downloading the remaining repos.The text was updated successfully, but these errors were encountered: