每次关闭服务的时候会出现下方截图的问题
worker[channel:1632812] exit with status 9
worker[channel:1632813] exit with status 9
worker[channel:1632814] exit with status 9
worker[plugin.webman.redis-queue.consumer:1632815] exit with status 9
worker[plugin.webman.redis-queue.consumer:1632816] exit with status 9
worker[plugin.webman.redis-queue.consumer:1632817] exit with status 9
"php": ">=7.2",
"workerman/webman-framework": "^1.4.3",
centos8
执行
php -v
贴下php版本执行
php start.php status
截图下,截全截图已贴。见截图一
php start.php status
没贴,你贴的start大佬现在好了 不知道为啥 运维说是oom
服务器负载太高了,正常执行stop命令子进程退出很快,因为负载高退出速度变慢,2秒内没执行完退出,被主进程kill -9了。
建议设置
config/server.php
/stop_timeout
=> 30避免进程被强制kill,造成数据中断