Commit a384b36a authored by Liu lu's avatar Liu lu
Browse files

批处理进程调整

parent 8bb48c56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ abstract class RedisQueueBatchHandler
                    }

                }else{
                    $this->redis->lTrim($this->queue_name,count($arr),-1);
                    $this->retry = 0;
                    $this->errorWriteToFile($formatArr,$exception);
                }