Add failed-jobs table. Set default queue connection to database

This commit is contained in:
Deon George
2021-08-25 00:35:56 +10:00
parent 5e3b59ea7c
commit bf09e78e09
2 changed files with 37 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ DB_MONGO_PASSWORD=password
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
QUEUE_CONNECTION=database
SESSION_DRIVER=file
SESSION_LIFETIME=120