I have observed a strange behavior in AWX 19.4 and AWX 19.5.1. AWX is running on a Kubernetes Cluster. The following changes after exactly 300 seconds to the status error without any response.
ansible.windows.win_wait_for:
path: C:\temp\logtxt
timeout: 1500
register: win_wait
async: 25200
poll: 0
name: Check on an async task
async_status:
jid: “{{ win_wait.ansible_job_id }}”
register: win_wait_result
until: win_wait_result.finished
retries: 84
delay: 300
I can see that the executing container disappears after 300 seconds. If I change the delay value to 299 this doesn’t happen, and the task works like expected. The problem is on Linux or Windows Remote hosts identical. Back on AWX 15.0.1 on Docker the tasks works with delay 300 fine.
Hey Lars,
We tried to reproduce this on 19.5.2 and was unable to reproduce. Can you provide us more info? What are you getting from the job output?
Cheers
AWX team