Loading src/Handler/RedisQueueBatchHandler.php +1 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,7 @@ abstract class RedisQueueBatchHandler } }else{ $this->redis->lTrim($this->queue_name,count($arr),-1); $this->retry = 0; $this->errorWriteToFile($formatArr,$exception); } Loading Loading
src/Handler/RedisQueueBatchHandler.php +1 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,7 @@ abstract class RedisQueueBatchHandler } }else{ $this->redis->lTrim($this->queue_name,count($arr),-1); $this->retry = 0; $this->errorWriteToFile($formatArr,$exception); } Loading