Handle network errors
I was thinking to look for HTTParty support for timeouts but found this instead: https://github.com/Shopify/semian
With it, as soon as a remote instance fails and during the run of a build, we can fail gracefully by not waiting for the same timeout to happen everytime, and a failing instance doesn't slow down everything.