AWX sync failing

,

My sync from AWS is stuck in a pending state. I’m happy to provide any information necessary aside from what’s below.

[root@awx ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
10ab7c1b0bce ansible/awx_task:9.3.0 “/tini – /bin/sh -c…” 2 hours ago Up About an hour 8052/tcp awx_task
589b64d7c5ff ansible/awx_web:9.3.0 “/tini – /bin/sh -c…” 2 hours ago Up About an hour 0.0.0.0:80->8052/tcp awx_web
a7a7e387d504 postgres:10 “docker-entrypoint.s…” 2 hours ago Up About an hour 5432/tcp awx_postgres
ce74a8dcef5e memcached:alpine “docker-entrypoint.s…” 2 hours ago Up About an hour 11211/tcp awx_memcached
fadbe97049bd redis “docker-entrypoint.s…” 2 hours ago Up About an hour 6379/tcp awx_redis
[root@awx ~]#

I’ve attached some screenshots to show that there is only one pending job but it won’t start. I’ve verified my ec2 credentials by running the AWS command line to list my instances.

[ec2-user@ip-172-16-174-106 ~]$ aws ec2 describe-instances
{
“Reservations”: [
{
“Groups”: ,
“Instances”: [
{
“AmiLaunchIndex”: 0,
“ImageId”: “ami-0fc61db8544a617ed”,

Matthew,

Are you building your own images or using the official one? Given that you’re on 9.3.0, and I see redis in your docker ps output, I suspect you’re probably attempting to run devel (unstable) with the latest official published tag (9.3.0).

Thanks so much Ryan. How can I clone a stable version?

Matthew - you can check out the tag via git or download an archive on the Releases page from GitHub.