cqpCow пре 2 година
родитељ
комит
1bb4626d32
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      config/queue.php

+ 1 - 1
config/queue.php

@@ -62,7 +62,7 @@ return [
             'driver' => 'redis',
             'connection' => 'default',
             'queue' => env('REDIS_QUEUE', 'default'),
-            'retry_after' => 90,
+            'retry_after' => 300,
             'block_for' => null,
         ],