Resolve can_start from the client side and the signaler side

This commit is contained in:
Matthew Jones
2014-03-24 09:47:17 -04:00
parent 6941d89502
commit af231cc8b7
2 changed files with 3 additions and 2 deletions

View File

@@ -237,6 +237,7 @@ def process_graph(graph, task_capacity):
if not start_status:
node_obj.status = 'failed'
node_obj.result_traceback += "Task failed pre-start check"
node_obj.save()
# TODO: Run error handler
continue
remaining_volume -= impact