Nim*_*ima 5 sockets supervisord
我正在使用主管来操纵炮弹.我配置了supervisored.conf,当我想要执行命令时:
supervisorctl reread
Run Code Online (Sandbox Code Playgroud)
我收到了这个错误:
*** Unknown syntax: reread
Run Code Online (Sandbox Code Playgroud)
当我执行命令时:
supervisorctl status
Run Code Online (Sandbox Code Playgroud)
我收到了这个错误:
error: socket.error, (2, 'No such file or directory'): file: <string> line: 1
Run Code Online (Sandbox Code Playgroud)
即使我没有配置supervisored.conf,我也收到了这些错误
检查一下您是否在运行supervisorctl命令时没有尝试运行此命令,这就是我发生的情况:
$ supervisorctl
http://localhost:9001 refused connection
supervisor> supervisorctl reread
*** Unknown syntax: supervisorctl reread
Run Code Online (Sandbox Code Playgroud)