正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -26,7 +26,7 @@ class SendJob { | @@ -26,7 +26,7 @@ class SendJob { | ||
26 | private function isStop(){ | 26 | private function isStop(){ |
27 | // 运行超过1天的 停止 | 27 | // 运行超过1天的 停止 |
28 | if($this->run_timer < (time()-43200)){ | 28 | if($this->run_timer < (time()-43200)){ |
29 | - @posix_kill(getmypid(), SIGTERM); | 29 | +// @posix_kill(getmypid(), SIGTERM); |
30 | return true; | 30 | return true; |
31 | } | 31 | } |
32 | return redis()->get('send_job_is_stop') == 'stop'; | 32 | return redis()->get('send_job_is_stop') == 'stop'; |
-
请 注册 或 登录 后发表评论