Skip to content

Commit a4042c9

Browse files
committed
new task queue resource
1 parent 3b26946 commit a4042c9

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4603,6 +4603,11 @@ <h2>Task queue resources</h2>
46034603
is a straightforward tutorial for setting up the Celery task queue for
46044604
Django web applications using the Redis broker on the back end.</p>
46054605
</li>
4606+
<li>
4607+
<p><a href="http://django.zone/posts/background-jobs-django-and-celery">Background jobs with Django and Celery</a>
4608+
shows the code and a simple explanation of how to use Celery with
4609+
<a href="/django.html">Django</a>.</p>
4610+
</li>
46064611
</ul>
46074612
<h2>Task queue learning checklist</h2>
46084613
<p><i class="fa fa-check-square-o"></i>

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>2015-03-22T08:49:06Z</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>2015-03-23T10:48:17Z</updated></feed>

source/content/pages/07-web-app-deployment/11-task-queues.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ when scaling out a large deployment of distributed task queues.
170170
is a straightforward tutorial for setting up the Celery task queue for
171171
Django web applications using the Redis broker on the back end.
172172

173+
* [Background jobs with Django and Celery](http://django.zone/posts/background-jobs-django-and-celery)
174+
shows the code and a simple explanation of how to use Celery with
175+
[Django](/django.html).
173176

174177

175178

task-queues.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ <h2>Task queue resources</h2>
216216
is a straightforward tutorial for setting up the Celery task queue for
217217
Django web applications using the Redis broker on the back end.</p>
218218
</li>
219+
<li>
220+
<p><a href="http://django.zone/posts/background-jobs-django-and-celery">Background jobs with Django and Celery</a>
221+
shows the code and a simple explanation of how to use Celery with
222+
<a href="/django.html">Django</a>.</p>
223+
</li>
219224
</ul>
220225
<h2>Task queue learning checklist</h2>
221226
<p><i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)