Use queues for notifications #1154 (#1174)

* Use queues for notifications #1154

* Styles

* Update defaults

* Include queueworker
This commit is contained in:
Nabeel S
2021-05-20 11:54:07 -04:00
committed by GitHub
parent edcea258ce
commit e7bbd6cccb
20 changed files with 232 additions and 15 deletions

View File

@@ -37,6 +37,11 @@ DB_SOCKET=
CACHE_DRIVER=$CACHE_DRIVER$
CACHE_PREFIX='$CACHE_PREFIX$'
# QUEUE SETTINGS
# Set this to "database" if you have slow pages due to notifications/emails
# They will then be sent out via cron
QUEUE_DRIVER=sync
# EMAIL SETTINGS
# Look at the available mail configs in config/mail.php
# Also refer to the Laravel docs here: https://laravel.com/docs/8.x/mail