Fix pull credentials bug, fix job details parse bug and add some better logging
This commit is contained in:
parent
7ee00b83cb
commit
ce3f8b438c
3 changed files with 11 additions and 8 deletions
|
@ -154,6 +154,7 @@ class BuilderServer(object):
|
|||
except BuildJobLoadException as irbe:
|
||||
logger.exception(irbe)
|
||||
self._queue.incomplete(job_item, restore_retry=False)
|
||||
continue
|
||||
|
||||
logger.debug('Build job found. Checking for an avaliable worker.')
|
||||
scheduled = yield From(self._lifecycle_manager.schedule(build_job))
|
||||
|
|
Reference in a new issue