Hi All,
We have a Linux script is written in such a way it will run for 90 minutes.
When we synchronously call this script from AWX, AWX job runs for more than 2 hours and terminates with an error as sync jobs cannot run more than 2 hours
When we checked the Linux script we found that the script got completed in minutes as designed.
This issue doesn’t replicate when the script running time is 60 minutes.
We are using AWX version 9.3.
Can anyone help here?