Supervisorctl Status command not working so it might be leading to autorestart not working for programs.
Steps to Reproduce
Login into adhoc worker container
Run Supervisorctl status check
redash@redash-adhocworker-65757bbb75-rqczz:/app$ exec supervisorctl -c worker.conf
Error: .ini file does not include supervisorctl section
For help, use /usr/local/bin/supervisorctl -h
command terminated with exit code 2
What did you expect to happen instead?
redash@redash-adhocworker-c89d9667b-9lqbd:/app$ exec supervisorctl -c worker.conf status
worker:worker-0 FATAL Exited too quickly (process log may have details)
worker:worker-1 FATAL Exited too quickly (process log may have details)
worker_healthcheck RUNNING pid 14, uptime 7:43:34
Issue Summary
Supervisorctl Status command not working so it might be leading to
autorestart
not working for programs.Steps to Reproduce
What did you expect to happen instead?
Technical details: