Fix pull credentials bug, fix job details parse bug and add some better logging

This commit is contained in:
Joseph Schorr 2015-01-29 18:01:42 -05:00
parent 7ee00b83cb
commit ce3f8b438c
3 changed files with 11 additions and 8 deletions

View file

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