Retry on Network Failure
Network can be quite unreliable, so play safe retrying the method in case some exception related to network failure be raised. Usually they are related to timeout on SSLError and/or xmlrpclib timeouts.
Showing
Please register or sign in to comment