flupke / rainbow-saddle

A wrapper around gunicorn to handle graceful restarts correctly
48 stars 12 forks source link

Created --gunicorn-pidfile option to define pidfile for gunicorn process #4

Closed rfloriano closed 8 years ago

rfloriano commented 8 years ago

Sometimes we need to know Gunicorn PID, so "tempfile" is bad.

Init scripts can need to kill (for some reason) directly Gunicorn. In these cases, so this option can be useful.