Hello!
I have 3 servers, most of which host WordPress sites, but I also host some Laravel projects.
One "big" problem for us is managing Supervisor to run background workers. I want to have a consistent setup across my 3 current servers, as well as any future servers.
I'm thinking the best way is to install Supervisor on each server and configure it to include files from /var/www//supervisor.conf/.conf to load the workers automatically.
This works for me because the supervisor.conf folder stays with the site if it's moved to another server.
My main question is: Is there a better solution? Will this approach work? I'm asking because, as far as I know, each site is isolated/containerized within the Enhance panel system.