sendportal
sendportal copied to clipboard
php artisan queue:work
php artisan queue:work is not working i already change QUEUE_CONNECTION=database
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