Skip to content

Commit

Permalink
Queue: Increased the timeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
toniginard committed Jul 27, 2023
1 parent 8a1e188 commit 745442a
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 @@ -38,7 +38,7 @@
'driver' => 'database',
'table' => 'jobs',
'queue' => 'default',
'retry_after' => 90,
'retry_after' => 300,
'after_commit' => false,
],

Expand Down

0 comments on commit 745442a

Please sign in to comment.