laravel-async-queue icon indicating copy to clipboard operation
laravel-async-queue copied to clipboard

No connector for [async]

Open PaolaPQ opened this issue 9 years ago • 1 comments

Hi, i have a problem with the config.

When i run the command 'php artisan queue:listen' ... I get the following error: [InvalidArgumentException]
No connector for [async]

I need send a push notification

Thanks!

PaolaPQ avatar Feb 09 '16 17:02 PaolaPQ

If you look at the readme: It should work the same as the sync driver, so no need to run a queue listener.

laemol avatar Feb 07 '18 14:02 laemol