作者 邓超

log

@@ -78,10 +78,10 @@ class SendJob { @@ -78,10 +78,10 @@ class SendJob {
78 78
79 79
80 } 80 }
81 - }else{ 81 + }
82 // 休眠30秒 82 // 休眠30秒
83 $this->s_sleep(30); 83 $this->s_sleep(30);
84 - } 84 +
85 } 85 }
86 86
87 87
@@ -106,7 +106,7 @@ class SendJob { @@ -106,7 +106,7 @@ class SendJob {
106 */ 106 */
107 public function go_($list){ 107 public function go_($list){
108 // 占用 id 108 // 占用 id
109 - if(redis()->add('send_job_run_id_'.$list['id'],$list['id'],600)){ 109 + if(!redis()->add('send_job_run_id_'.$list['id'],$list['id'],600)){
110 go(function ($data) { 110 go(function ($data) {
111 _echo('正在执行任务 '.$data['id']); 111 _echo('正在执行任务 '.$data['id']);
112 $this->cnum++; // 协程数+1 112 $this->cnum++; // 协程数+1