소스 검색

Update queue config, set "after_commit" to true

Daniel Supernault 2 년 전
부모
커밋
304ea956db
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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,
         ],
 
     ],