소스 검색

Update queue config, set higher than timeout

Daniel Supernault 6 년 전
부모
커밋
436dc3032c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/queue.php

+ 1 - 1
config/queue.php

@@ -61,7 +61,7 @@ return [
             'driver'      => 'redis',
             'connection'  => 'default',
             'queue'       => 'default',
-            'retry_after' => 90,
+            'retry_after' => 1800,
             'block_for'   => null,
         ],