File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,9 @@ Task Queue Resources
2222The `Celery <http://www.celeryproject.org/ >`_ distributed task queue is the
2323most commonly used Python library for handling asynchronous tasks and
2424scheduling.
25+
26+ The `RQ (Redis Queue) <http://python-rq.org/ >`_ is a simple Python
27+ library for queueing jobs and processing them in the background with workers.
28+ It is backed by Redis and it is designed to have a low barrier to entry.
29+ It should be integrated in your web stack easily.
30+
Original file line number Diff line number Diff line change @@ -88,6 +88,10 @@ <h2>Task Queue Resources</h2>
8888< p > The < a class ="reference external " href ="http://www.celeryproject.org/ "> Celery</ a > distributed task queue is the
8989most commonly used Python library for handling asynchronous tasks and
9090scheduling.</ p >
91+ < p > The < a class ="reference external " href ="http://python-rq.org/ "> RQ (Redis Queue)</ a > is a simple Python
92+ library for queueing jobs and processing them in the background with workers.
93+ It is backed by Redis and it is designed to have a low barrier to entry.
94+ It should be integrated in your web stack easily.</ p >
9195</ div >
9296
9397 < br />
You can’t perform that action at this time.
0 commit comments