mirror of https://github.com/rq/rq.git
Add link to supervisord.org.
This commit is contained in:
parent
ddeb2de14b
commit
64300a647c
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue