Skip to content

Commit

Permalink
fix: test after_commit redis queue
Browse files Browse the repository at this point in the history
  • Loading branch information
abourtnik committed Jan 16, 2024
1 parent 7cba93d commit 16c2c4b
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 @@ -68,7 +68,7 @@
'queue' => env('REDIS_QUEUE', 'default'),
'retry_after' => 90,
'block_for' => null,
'after_commit' => false,
'after_commit' => true,
],

],
Expand Down

0 comments on commit 16c2c4b

Please sign in to comment.