Hi,
I’m facing the same issue where awx-web and awx-task containers keep crashing repeatedly -
awx-web logs
mounting awx.wsgi:application on /
2022-08-31 16:47:14,691 INFO exited: daphne (terminated by SIGKILL; not expected)
2022-08-31 16:47:14,691 INFO exited: daphne (terminated by SIGKILL; not expected)
2022-08-31 16:47:15,990 INFO spawned: ‘daphne’ with pid 107
2022-08-31 16:47:15,990 INFO spawned: ‘daphne’ with pid 107
DAMN ! worker 3 (pid: 100) died, killed by signal 9 trying respawn …
Respawned uWSGI worker 3 (new pid: 108)
mounting awx.wsgi:application on /
2022-08-31 16:47:26,095 INFO success: wsbroadcast entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2022-08-31 16:47:26,095 INFO success: wsbroadcast entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
DAMN ! worker 5 (pid: 101) died, killed by signal 9 trying respawn …
Respawned uWSGI worker 5 (new pid: 109)
mounting awx.wsgi:application on /
awx-task logs
2022-08-31 16:50:43,979 WARN received SIGQUIT indicating exit request
2022-08-31 16:50:43,979 INFO waiting for superwatcher, callback-receiver to die
2022-08-31 16:50:43,979 INFO waiting for superwatcher, callback-receiver to die
2022-08-31 16:50:43,983 INFO stopped: callback-receiver (terminated by SIGTERM)
2022-08-31 16:50:43,983 INFO stopped: callback-receiver (terminated by SIGTERM)
2022-08-31 16:50:43,983 INFO stopped: superwatcher (terminated by SIGTERM)
2022-08-31 16:50:43,983 INFO stopped: superwatcher (terminated by SIGTERM)
Thanks,
Kaushik