Add link to supervisord.org.

This commit is contained in:
Vincent Driessen 2012-09-03 14:43:27 +02:00
parent ddeb2de14b
commit 64300a647c
1 changed files with 6 additions and 3 deletions

View File

@ -5,9 +5,10 @@ layout: patterns
## Putting RQ under supervisor ## Putting RQ under supervisor
Supervisor is a popular tool for managing long-running processes in production [Supervisor][1] is a popular tool for managing long-running processes in
environments. It can automatically restart any crashed processes, and you gain production environments. It can automatically restart any crashed processes,
a single dashboard for all of the running processes that make up your product. and you gain a single dashboard for all of the running processes that make up
your product.
RQ can be used in combination with supervisor easily. You'd typically want to RQ can be used in combination with supervisor easily. You'd typically want to
use the following supervisor settings: use the following supervisor settings:
@ -37,3 +38,5 @@ stopsignal=TERM
autostart=true autostart=true
autorestart=true autorestart=true
{% endhighlight %} {% endhighlight %}
[1]: http://supervisord.org/