Skip to content

Tag: supervisord

Too many open files raised by supervisord?

I use wrk to test web API service managed by supervisor on ubuntu 16.04. have error “too many open files”, but i have set system config still have error “too many open files” I found supervisord is belongs to root and cat /proc/PID/limits so, add root limit settings to limits.conf like…

Unable to start a Python app using Supervisord

I have a small app that I want to start using supervisord. I’ve tried the following Installed supervisord and controlled a small script Read Introduction, Running Supervisord and Configuration File sections from the documentation Setting up groups in supervisord My initial shell script could start and s…