Selaa lähdekoodia

Update queue config, set "after_commit" to true

Daniel Supernault 2 vuotta sitten
vanhempi
commit
304ea956db
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      config/queue.php

+ 1 - 0
config/queue.php

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