fix: queue after commit
This commit is contained in:
parent
f79c741d95
commit
11d33f328e
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@
|
|||
'queue' => 'long-running',
|
||||
'retry_after' => 3600,
|
||||
'block_for' => null,
|
||||
'after_commit' => false,
|
||||
'after_commit' => true,
|
||||
],
|
||||
'database' => [
|
||||
'driver' => 'database',
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
'queue' => env('REDIS_QUEUE', 'default'),
|
||||
'retry_after' => 300,
|
||||
'block_for' => null,
|
||||
'after_commit' => false,
|
||||
'after_commit' => true,
|
||||
],
|
||||
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue