Skip to content

Commit 9a3d203

Browse files
committed
Merge pull request mattmakai#7 from vaxXxa/gh-pages
add RQ to the 'Task Queues' page
2 parents ec390b4 + b7ff80b commit 9a3d203

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

source/content/pages/task-queues.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ Task Queue Resources
2222
The `Celery <http://www.celeryproject.org/>`_ distributed task queue is the
2323
most commonly used Python library for handling asynchronous tasks and
2424
scheduling.
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+

task-queues.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
8989
most commonly used Python library for handling asynchronous tasks and
9090
scheduling.</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/>

0 commit comments

Comments
 (0)