-
Notifications
You must be signed in to change notification settings - Fork 83
Improve error messages on timeout #30
Comments
Are timeouts just network issues? In other words, does a re-try increase the chances of success of a request? If so, a retry count should be simple enough to implement. What were you thinking in terms of the message in the timeout exception? |
@snatchev I created a few hundred provisioning profiles on a very stable internet connection and one request timed out. I think re-trying 3 times with the default timeout time should be good. Not so much talking about the internet connection itself, but also Apple's servers. |
I'll implement this today 👍 |
Implemented with 56f865b |
This issue was migrated to fastlane/fastlane#3562. Please post all further comments there.
|
How should timeout be handled? How about we try it up to 3 times and then raise the exception?
This line is causing the exception when there is a timeout:
The text was updated successfully, but these errors were encountered: