Explorar o código

Update queue config, set "after_commit" to true

Daniel Supernault %!s(int64=2) %!d(string=hai) anos
pai
achega
304ea956db
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      config/queue.php

+ 1 - 0
config/queue.php

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