mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 17:04:37 -04:00
Add queues to the docs
This commit is contained in:
parent
06d281a216
commit
ed1bdcd9cb
@ -13,6 +13,13 @@ Create a cron to call the ninja:send-invoices and ninja:send-reminders Artisan c
|
||||
0 8 * * * /usr/local/bin/php /path/to/ninja/artisan ninja:send-invoices
|
||||
0 8 * * * /usr/local/bin/php /path/to/ninja/artisan ninja:send-reminders
|
||||
|
||||
Email Queues
|
||||
""""""""""""
|
||||
|
||||
Add `QUEUE_DRIVER=database` or `QUEUE_DRIVER=redis` to the .env file to enable email queues.
|
||||
|
||||
If you select `database` you can process the jobs by running `php artisan queue:listen`.
|
||||
|
||||
Postmark bounce and open notifications
|
||||
""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user