Make worker error messages more descriptive
This commit is contained in:
parent
97aa2c5aaa
commit
463a3c55c3
2 changed files with 5 additions and 4 deletions
|
@ -478,6 +478,7 @@ class DockerfileBuildWorker(Worker):
|
|||
container['Id'], container['Command'])
|
||||
docker_cl.kill(container['Id'])
|
||||
self._timeout.set()
|
||||
|
||||
except ConnectionError as exc:
|
||||
raise WorkerUnhealthyException(exc.message)
|
||||
|
||||
|
|
Reference in a new issue