error: ,


使用命令:

  supervisorctl update

报错:

  error: <class 'xmlrpc.client.Fault'>, <Fault 92: "CANT_REREAD: invalid literal for int() with base 10: '20m' in section 'program:uwsgi' (file: '/etc/supervisord.d/uwsgi.conf')">: file: /usr/local/python3/lib/python3.6/xmlrpc/client.py line: 656

原因:

  由于当前进程启动需要关闭,重新开始。

解决办法:   

   ps -ef | grep supervisord
   kill -s SIGTERM 981

  supervisord -c /etc/supervisord.conf


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM