Update queue config, set "after_commit" to true

This commit is contained in:
Daniel Supernault 2023-03-05 03:20:55 -07:00
parent 8177d342f2
commit 304ea956db
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ return [
'queue' => 'default',
'retry_after' => 1800,
'block_for' => null,
'after_commit' => true,
],
],