Better handling and logging of exceptions in build manager
Also increases the setup timeout for EC2
This commit is contained in:
parent
480d890442
commit
292abb5395
2 changed files with 26 additions and 24 deletions
|
@ -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
|
||||
|
|
Reference in a new issue