Browse Source

Update queue config, set higher than timeout

Daniel Supernault 6 năm trước cách đây
mục cha
commit
436dc3032c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
         ],