mettle / sendportal

Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost.
https://sendportal.io
MIT License
1.64k stars 331 forks source link

php artisan queue:work #278

Open Rudrasingh11 opened 10 months ago

Rudrasingh11 commented 10 months ago

php artisan queue:work is not working i already change QUEUE_CONNECTION=database

bmenking-wng commented 6 months ago

Just ran into this. When using QUEUE_CONNECTION=database, it appears those queues, sendportal-message-dispatch and sendportal-webhook-process, are not used by the software. I was able to get it working using

php artisan queue:work --queue=default

Hope this helps.

Duplicate of #277