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

Queue is not executing

Open sriraman opened this issue 10 years ago • 2 comments

Queue pushes are working without any issue. But, If i try to run queue:work daemon, It is throwing an error

production.ERROR: exception 'InvalidArgumentException' with message 'No connector for []' in QueueManager.php:129

All queues are listed in queue table. But, It is not executing.

sriraman avatar Jan 26 '15 16:01 sriraman

You don't have to do that. It should run by itself.

barryvdh avatar Feb 18 '15 13:02 barryvdh

what is the reason behind not allowing for the queue listener from cli ? another app has a connection to db and i want to write the queues directly to db table. because of that i need to be able to run the queues from cli. it is trivial to enable it and im just asking why did you chose not to ?

if somebody searches for something similar then try with "davelip/laravel-database-queue"

anedisi avatar Apr 02 '15 15:04 anedisi