flupke / rainbow-saddle

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

run_forever method looks if gunicorn master process is running #5

Closed rfloriano closed 8 years ago

rfloriano commented 8 years ago

Gunicorn master may have died for some reason. In these cases, rainbow-saddle dies when it detect that Gunicorn is died.

This pull request requires psutil>=2.0.0 interfaces (updated in #3). It have been changed .status to .status() in class Process.