Remove the boto timeout set (doesn't work anyway) and add some better logging to the scheduler

This commit is contained in:
Joseph Schorr 2015-02-25 16:00:14 -05:00
parent 5dd78f76c7
commit 4551b3a957
2 changed files with 3 additions and 5 deletions

View file

@ -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