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

Retry spec download if fails #206

Closed
viktorbenei opened this issue Aug 31, 2016 · 5 comments
Closed

Retry spec download if fails #206

viktorbenei opened this issue Aug 31, 2016 · 5 comments
Milestone

Comments

@viktorbenei
Copy link
Contributor

stepman should retry (with a short delay) the spec download (before falling back to a mirror/alternative source) if the first attempt fails, to improve reliability.

@viktorbenei viktorbenei added this to the 1.0.0 milestone Aug 31, 2016
@jonasmaturana
Copy link

Just happened to me again. Two steps failed to download in the same build.

Have you considered fetching all steps before executing any of them? It it more frustrating to have a build fail after 10 minutes because of a service issue than if failed right away. Ideally it would never fail ;)

@viktorbenei
Copy link
Contributor Author

I agree, but that should be implemented in the CLI - can you please create a GH issue there? https://github.com/bitrise-io/bitrise/issues

@viktorbenei
Copy link
Contributor Author

Another thing we're thinking about was a mechanism to "vendor" the steps into your code repository.

@viktorbenei
Copy link
Contributor Author

Related PR: #210

@viktorbenei
Copy link
Contributor Author

PR merged, will be part of the next stepman / Bitrise CLI release (scheduled for next week)!

Thanks for reporting the issue, and feel free to create a new one for pre-fetching all steps before the build 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants