Procházet zdrojové kódy

Update queue config, set "after_commit" to true

Daniel Supernault před 2 roky
rodič
revize
304ea956db
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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,
         ],
 
     ],