Support the ongoing development of Laravel.io →
posted 8 years ago
Queues
Last updated 1 year ago.
0

You want to see if worker is running it the background?

You could run PS which is all processes currently running if you have console access, and then grep that for artisan commands to get a shorter list

ps -aux | grep artisan

This output like this for my test:

root 25809 0.7 5.8 291520 29264 pts/0 S+ 08:59 0:00 php artisan queue:work rabbitmq --sleep=3 --daemon

0

Sign in to participate in this thread!

Eventy

Your banner here too?

kostik34 kostik34 Joined 29 Jan 2016

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.