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
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community