Skip to content

Commit

Permalink
Merge pull request #1756 from IATI/1755-increase-queue-timeout
Browse files Browse the repository at this point in the history
Review: 1755-increase-queue-timeout
  • Loading branch information
Sanilblank authored Feb 14, 2025
2 parents 4546864 + 449da3f commit 5b224a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
'driver' => 'redis',
'connection' => 'default',
'queue' => env('REDIS_QUEUE', 'default'),
'retry_after' => 90,
'retry_after' => 60 * 60,
'block_for' => null,
'after_commit' => false,
],
Expand Down

0 comments on commit 5b224a1

Please sign in to comment.