Supervisor configuration
Hello,
I'm using a supervisor on a VPS.
First of all, I add the queue worker in the supervisor configuration. What should I add additionally to the supervisor ?
For example is it necessary to add nginx, mariadb or other services to the supervisor ?
Thanks for your advice.
V
In addition to queue workers, any Laravel worker that needs to be running all the time: Reverb, Pulse, Inertia's SSR server, etc.
You shouldn't add system services such as Nginx, MariaDB, or PHP-FPM. Those are already managed by systemd.
Please or to participate in this conversation.