Hi all.
We have docker-compose installation (14.1.0). The tasks are pending, but there is one available instance in the instance group. Details:
the output from container awx_task:
bash-4.4# awx-manage run_dispatcher --status
2020-12-17 12:44:10,766 WARNING awx.main.dispatch checking dispatcher status for awx
2020-12-17 12:44:15,779 ERROR awx.main.dispatch dispatcher did not reply within 5s
Traceback (most recent call last):
File "/usr/bin/awx-manage", line 8, in <module>
sys.exit(manage())
File "/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/__init__.py", line 154, in manage
execute_from_command_line(sys.argv)
File "/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
utility.execute()
File "/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/__init__.py", line 375, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/base.py", line 323, in run_from_argv
self.execute(*args, **cmd_options)
File "/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/base.py", line 364, in execute
output = self.handle(*args, **options)
File "/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/main/management/commands/run_dispatcher.py", line 37, in handle
print(Control('dispatcher').status())
File "/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/main/dispatch/control.py", line 24, in status
return self.control_with_reply('status', *args, **kwargs)
File "/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/main/dispatch/control.py", line 46, in control_with_reply
raise RuntimeError(f"{self.service} did not reply within {timeout}s")
RuntimeError: dispatcher did not reply within 5s
how to diagnose why the dispatcher does not works or not available?
Thank you.