Hi all,
I'm running Laravel 4.2.19 and I'm switching from iron.io to beanstalkd for my queue management. I encountered something very strange. When I try to run the worker in --daemon mode, jobs are picked up from beanstalk and reserved but never processed.
However if I run queue:listen, the jobs are run normally.
Has anyone come across something similar?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community