Excellent, I’ll try that next chance I get and I’ve also subscribed to the issue.
Also you can create your own execution environment and specify that ee in your job templates
novumrgi/awx-ee:stable
doco you may also try running without reconnect support
https://github.com/ansible/receptor/pull/683
see how RECEPTOR_KUBE_SUPPORT_RECONNECT is enabled in the awx spec in that PR? try setting to disabled and see if that helps
Note, with reconnect disabled you may experience other issues, particularly if your jobs runtime exceeds 4 hours
I have a sandbox to use if we still need to run these tests from the ee container - client rate limiter Wait returned an error: context canceled
I disabled the reconnect support, and that fixed all my job issues. I don’t have a need to run 4+ hour jobs at this time anyways.