Skip to content

Commit 481326c

Browse files
committed
one more resource for task queues
1 parent 5ebcc1a commit 481326c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

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-03-24T09:21:31Z</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-03-24T09:24:24Z</updated></feed>

source/content/pages/15-task-queues/1501-task-queues.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ most common types of jobs for task queues include
5353
* Heroku has a clear walkthrough for using
5454
[RQ for background tasks](https://devcenter.heroku.com/articles/python-rq).
5555

56-
56+
* [Introducing Celery for Python+Django](http://www.linuxforu.com/2013/12/introducing-celery-pythondjango/)
57+
provides an introduction to the Celery task queue.

task-queues.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ <h2>Task queue resources</h2>
137137
<p>Heroku has a clear walkthrough for using
138138
<a href="https://devcenter.heroku.com/articles/python-rq">RQ for background tasks</a>.</p>
139139
</li>
140+
<li>
141+
<p><a href="http://www.linuxforu.com/2013/12/introducing-celery-pythondjango/">Introducing Celery for Python+Django</a>
142+
provides an introduction to the Celery task queue.</p>
143+
</li>
140144
</ul>
141145
<br/>
142146
Next read the

0 commit comments

Comments
 (0)