Support the ongoing development of Laravel.io →
posted 10 years ago
Queues
Last updated 2 years ago.
0

I am using Beanstalkd and Supervisor on Laravel 4.1. The program is running when I check the status in supervisorctl, but its not doing the "php artisan queue:listen" command, it's just spamming the above error in the Laravel log. Running "php artisan queue:listen" manually in the Laravel folder does work however.

Is something wrong with my program in the conf file I made? (see above post for program)

Last updated 2 years ago.
0

just out of curiosity, did you have any luck here? i'm stuck in the same exact spot - running it manually works fine, and supervisor will work on a stage version of the app, but not on my production environment

Last updated 9 years ago.
0

If you are working with an artisan command, it is necessary to register the new command created with:

php artisan command:make CronJobsCommand --command=myapp:cronjobs

adding the following line at myapp/app/start/artisan.php:

Artisan::resolve('CronJobsCommand');
0

Sign in to participate in this thread!

Eventy

Your banner here too?

ooohemgeee ooohemgeee Joined 21 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.