mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 16:01:50 -05:00
Resolve can_start from the client side and the signaler side
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user