sendportal icon indicating copy to clipboard operation
sendportal copied to clipboard

php artisan queue:work

Open Rudrasingh11 opened this issue 1 year ago • 1 comments

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

Rudrasingh11 avatar Aug 16 '23 09:08 Rudrasingh11

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

bmenking-wng avatar Dec 11 '23 18:12 bmenking-wng