error: <class 'xmlrpc.client.Fault'>, <Fault 92: "CANT_REREAD: invalid literal for int() with base 10: '20m' in section 'program:uwsgi'

使用命令:

  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

posted @ 2020-01-15 11:39  Xingtxx  阅读(3091)  评论(0编辑  收藏  举报