Skip to content

Instantly share code, notes, and snippets.

@VJalili
VJalili / with `--no-force-rebuild`
Created November 18, 2021 20:07
build_docker.py log
$ python build_docker.py --targets all --image-tag testtest --no-force-rebuild
Project args:
{'disable_git_protect': False,
'gcr_project': None,
'image_tag': 'testtest',
'no_force_rebuild': True,
'remote_git_hash': None,
'remote_git_tag': None,
'skip_base_image_build': False,
'skip_cleanup': False,
Standard Error
Exception in thread WorkflowRequestMonitor.monitor_thread:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/galaxy/lib/galaxy/workflow/scheduling_manager.py", line 276, in __monitor
self.__schedule(workflow_scheduler_id, workflow_scheduler)
File "/galaxy/lib/galaxy/workflow/scheduling_manager.py", line 281, in __schedule