作者 邓超

xxx

@@ -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';