Procházet zdrojové kódy

Update queue config, set higher than timeout

Daniel Supernault před 6 roky
rodič
revize
436dc3032c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,
         ],