gunicorn/doc/site/faq.rst
2010-02-20 16:54:05 +01:00

19 lines
340 B
ReStructuredText

template: doc.html
title: FAQ
FAQ
===
How to reload my application in Gunicorn ?
You can gracefully reload by sending HUP signal to gunicorn::
$ kill -HUP masterpid
How to increase/decrease number of running workers ?
send TTIN/TTOUT signals to do it::
$ kill -TTIN masterpid
will increase the number from one worker