In this lesson, we'll explore a helpful Laravel command queue:listen for local development that saves time when working with queues.
The Problem with queue:work During Development
When developing with queues, having to restart the queue:work command after every code change can be frustrating.
When using queue:work, Laravel boots the application once when...
Hi, what is your recommendation for production queues? I'm using supervisor on my VPS, not sure if it's the best option.
Hi, supervisor is good to use. I would personally suggest puttin Laravel Horizon on the supervisor there, as it would allow you to auto-scale queue workers too