-
Notifications
You must be signed in to change notification settings - Fork 155
Don't error out when connection is lost #14
Comments
Been getting this a lot recently as well. Is there any way to extend the timeout? |
@krames It should be pretty resilient because of this line: I believe the default timeout is 60 seconds, and it's supposed to poll the server up to 200 times. However I see something odd: the retry is on You may also want to look at Excon's :idempotent option for requests... it means "this request can be repeated safely, so retry on errors up to 3 times". It's used quite a bit in fog, but isn't used by Rackspace Get Server. |
Below is the stacktrace I got when I lost internet connection during
vagrant up
. Would be nice if the plugin were a little more resilient to dropped connections. Perhaps it could inform you that the connection appears lost, and give you the option to exit or retry and pick up where it left off?The text was updated successfully, but these errors were encountered: