Support the ongoing development of Laravel.io →
posted 9 years ago
Queues

I have around 6 different jobs running in the background, just wondering to know what is the best way to use listeners on these jobs?

  • One listener per job per command (php artisan queue:listen --queue=job1, php artisan queue:listen --queue=job2, ...)?

  • One listener per job all in one command (php artisan queue:listen --queue=job1,job2,job3 ...) ?

  • ?

Thanks

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

zeshan77 zeshan77 Joined 5 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.

© 2025 Laravel.io - All rights reserved.