本文共 594 字,大约阅读时间需要 1 分钟。
在使用supervisord进行程序监控时,可能会遇到以下错误:
supervisor "no such file"可能原因:指令中路径错误或dotnet环境配置异常解决方法:若系统未安装ICU环境,可能会出现以下错误:
Couldn't find a valid ICU package installed on the system解决方法:yum install icu
System.Globalization.Invariant启动所有监控进程
supervisorctl start all停止所有监控进程
supervisorctl stop all重新启动所有监控进程
supervisorctl restart all关闭所有监控进程
supervisorctl shutdown以上方法可以帮助解决supervisord在不同环境下常见的配置问题。如果有其他具体问题,请根据实际情况进行进一步排查和处理。
转载地址:http://ubcfk.baihongyu.com/