mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
fix missing job lifecycle messages (#11801)
we were missing these messages for control type jobs that call start_task earlier than other types of jobs
This commit is contained in:
parent
a394f11d07
commit
38f50f014b
@ -493,6 +493,8 @@ class TaskManager:
|
||||
control_instance.jobs_running += 1
|
||||
self.dependency_graph.add_job(task)
|
||||
execution_instance = self.real_instances[control_instance.hostname]
|
||||
task.log_lifecycle("controller_node_chosen")
|
||||
task.log_lifecycle("execution_node_chosen")
|
||||
self.start_task(task, self.controlplane_ig, task.get_jobs_fail_chain(), execution_instance)
|
||||
found_acceptable_queue = True
|
||||
continue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user