probably should not error limit on timeouts
This commit is contained in:
parent
4bd088e6b8
commit
8642275fd2
@ -507,8 +507,7 @@ class Controller(object):
|
||||
return resp.status, resp.reason, resp.read()
|
||||
elif resp.status == 507:
|
||||
self.error_limit(node)
|
||||
except (Exception, Timeout, ConnectionTimeout):
|
||||
self.error_limit(node)
|
||||
except (Exception, Timeout):
|
||||
self.exception_occurred(node, self.server_type,
|
||||
_('Trying to %(method)s %(path)s') %
|
||||
{'method': method, 'path': path})
|
||||
|
Loading…
x
Reference in New Issue
Block a user