mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Quick note on service monitoring.
This commit is contained in:
parent
d91937d8ba
commit
08af4598cd
@ -115,6 +115,14 @@ the proxy_redirect directive::
|
|||||||
Daemon Monitoring
|
Daemon Monitoring
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
Make sure that when using either of these service monitors make sure
|
||||||
|
that you do not enable the daemon mode. These monitors expect that the
|
||||||
|
process they launch will be the process they need to monior. Daemonizing
|
||||||
|
will fork-exec which creates an unmonitored process and generally just
|
||||||
|
confuses the monitor services.
|
||||||
|
|
||||||
|
|
||||||
A popular method for deploying Gunicorn is to have it monitored by runit_.
|
A popular method for deploying Gunicorn is to have it monitored by runit_.
|
||||||
An `example service`_ definition::
|
An `example service`_ definition::
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user