-
Notifications
You must be signed in to change notification settings - Fork 11
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
following default instructions results in a build failure #22
Comments
This looks like a connection timeout error. Seems to not be that uncommon, so I can only suggest retrying until it succeeds. There are probably ways we can improve this. One would be to catch that intermine_builder exited with code 1 and showing a helpful message. Currently, this can only be done by matching the stdout of running docker-compose, but there should exist a better approach once we've switched to docker-py. The other thing would be to make the script that intermine_builder runs more robust, with retryability. |
@uosl can we close this issue? |
@22PoojaGaur I think we should let this stay, as a reminder to handle request timeouts in the intermine_builder script and automatically retry a few times. |
ok |
This actually needs to be fixed in a different repo, so I created an issue there: intermine/docker-intermine-gradle#13 |
To get here I ran:
pip install intermine_boot intermine_boot start local
Maybe I did something wrong - let me know. Here's a huge snippet of the error
The text was updated successfully, but these errors were encountered: