Nordix / bomres

Software Bill-of-Material Resolver
Apache License 2.0
7 stars 6 forks source link

Added support for gunicorn and uwsgi #61

Closed hans-lammda closed 2 years ago

hans-lammda commented 2 years ago

Configured gunicorn with 4 workers as default

/service # ps ax PID USER TIME COMMAND 1 root 0:00 {gunicorn} /usr/bin/python3 /usr/bin/gunicorn -b:8080 --workers=4 app:application 7 root 0:00 {gunicorn} /usr/bin/python3 /usr/bin/gunicorn -b:8080 --workers=4 app:application 8 root 0:00 {gunicorn} /usr/bin/python3 /usr/bin/gunicorn -b:8080 --workers=4 app:application 9 root 0:00 {gunicorn} /usr/bin/python3 /usr/bin/gunicorn -b:8080 --workers=4 app:application 10 root 0:00 {gunicorn} /usr/bin/python3 /usr/bin/gunicorn -b:8080 --workers=4 app:application 11 root 0:00 sh 19 root 0:00 ps ax