vincent15000's avatar

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

0 likes
1 reply
JussiMannisto's avatar
Level 50

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.

1 like

Please or to participate in this conversation.