This quick tutorial help to configure Supervisor with Lumen application on Linux.I have already shared tutorial about Queue and Run Jobs using worker in Lumen/Laravel Framework. Supervisor is a process monitor for the Linux operating system, and will automatically restart your jobs queue using queue:listen or queue:work commands if they fail. You can install Supervisor […]
The post How to Configure supervisord on Linux for Laravel Jobs Queue appeared first on Phpflow.com.