-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
awx-ee ansible-runner settings override #80
Comments
We would need to pass through the |
Hi @shanemcd I deployed a playbooks that run a task like below:
or (changed for test and to check if got same error):
Both the until/retries/delay task and async/poll task fails the Job without any error after about 4hrs. Every time i run, it fails after 4 hrs. Another playbook task (it makes XenServer big VM export via command module) fails the Job after about 14hrs without any error: I tried to put AWX Job Timeout different from zero (unlimited) to an high value... but same behaviour/job failure. Thank you |
Hi,
I am currently running AWX 19.2.2 with an execution environment build atop awx-ee:0.5.5.
There I'm connecting to a windows machine and running a PS script.
After exactly 30min the Job aborts without any errors.
I assume this has something to do with the idle_timeout of ansible-runner.
So far I could not find any other issue regarding timeout, that's what lead me to the ansible-runner in the first place.
Is there a possibility to override the env/settings (increase idle_timeout) when using a awx-ee based execution environment?
Thanks in advance!
The text was updated successfully, but these errors were encountered: