Skip to content

Commit f29e704

Browse files
committed
adding new task queue resource
1 parent e393496 commit f29e704

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2708,6 +2708,11 @@ <h2>Task queue resources</h2>
27082708
is a presentation for what task queues are and why they are needed. </p>
27092709
</li>
27102710
<li>
2711+
<p>Flask by Example <a href="https://realpython.com/blog/python/flask-by-example-implementing-a-redis-task-queue/">Implementing a Redis Task Queue</a>
2712+
provides a detailed walkthrough of setting up workers to use RQ with
2713+
Redis.</p>
2714+
</li>
2715+
<li>
27112716
<p><a href="https://www.digitalocean.com/community/articles/how-to-use-celery-with-rabbitmq-to-queue-tasks-on-an-ubuntu-vps">How to use Celery with RabbitMQ</a>
27122717
is a detailed walkthrough for using these tools on an Ubuntu VPS.</p>
27132718
</li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-09-06T18:01:12Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-09-08T07:02:34Z</updated></feed>

source/content/pages/07-performance/0703-task-queues.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ when scaling out a large deployment of distributed task queues.
110110
* [Why Task Queues](http://www.slideshare.net/bryanhelmig/task-queues-comorichweb-12962619)
111111
is a presentation for what task queues are and why they are needed.
112112

113+
* Flask by Example [Implementing a Redis Task Queue](https://realpython.com/blog/python/flask-by-example-implementing-a-redis-task-queue/)
114+
provides a detailed walkthrough of setting up workers to use RQ with
115+
Redis.
116+
113117
* [How to use Celery with RabbitMQ](https://www.digitalocean.com/community/articles/how-to-use-celery-with-rabbitmq-to-queue-tasks-on-an-ubuntu-vps)
114118
is a detailed walkthrough for using these tools on an Ubuntu VPS.
115119

task-queues.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ <h2>Task queue resources</h2>
143143
is a presentation for what task queues are and why they are needed. </p>
144144
</li>
145145
<li>
146+
<p>Flask by Example <a href="https://realpython.com/blog/python/flask-by-example-implementing-a-redis-task-queue/">Implementing a Redis Task Queue</a>
147+
provides a detailed walkthrough of setting up workers to use RQ with
148+
Redis.</p>
149+
</li>
150+
<li>
146151
<p><a href="https://www.digitalocean.com/community/articles/how-to-use-celery-with-rabbitmq-to-queue-tasks-on-an-ubuntu-vps">How to use Celery with RabbitMQ</a>
147152
is a detailed walkthrough for using these tools on an Ubuntu VPS.</p>
148153
</li>

0 commit comments

Comments
 (0)