Remove the boto timeout set (doesn't work anyway) and add some better logging to the scheduler
This commit is contained in:
parent
5dd78f76c7
commit
4551b3a957
2 changed files with 3 additions and 5 deletions
|
@ -46,10 +46,6 @@ class EphemeralBuilderManager(BaseManager):
|
|||
_etcd_client_klass = etcd.Client
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
# Set a timeout so that boto connections don't hang indefinitely.
|
||||
boto.config.add_section('Boto')
|
||||
boto.config.set('Boto', 'http_socket_timeout', '10')
|
||||
|
||||
self._shutting_down = False
|
||||
|
||||
self._manager_config = None
|
||||
|
|
Reference in a new issue