Better handling and logging of exceptions in build manager

Also increases the setup timeout for EC2
This commit is contained in:
Joseph Schorr 2016-08-30 13:38:22 -04:00
parent 480d890442
commit 292abb5395
2 changed files with 26 additions and 24 deletions

View file

@ -376,7 +376,7 @@ class BuildComponent(BaseComponent):
if self._component_status == ComponentStatus.TIMED_OUT:
return
logger.debug('got heartbeat on realm %s', self.builder_realm)
logger.debug('Got heartbeat on realm %s', self.builder_realm)
self._last_heartbeat = datetime.datetime.utcnow()
@trollius.coroutine