Skip to content

Commit f1bf29e

Browse files
committed
adding new resource for task queues/celery
1 parent 7469d87 commit f1bf29e

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
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-07-11T08:15:44Z</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-07-11T08:21:29Z</updated></feed>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ when scaling out a large deployment of distributed task queues.
9191

9292

9393
## Task queue resources
94+
* [Getting Started Scheduling Tasks with Celery](http://www.caktusgroup.com/blog/2014/06/23/scheduling-tasks-celery/)
95+
is a detailed walkthrough for setting up Celery with Django (although
96+
Celery can also be used without a problem with other frameworks).
97+
9498
* [Distributing work without Celery](http://justcramer.com/2012/05/04/distributing-work-without-celery/)
9599
provides a scenario in which Celery and RabbitMQ are not the right tool
96100
for scheduling asynchronous jobs.

task-queues.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ <h2>Hosted message and task queue services</h2>
119119
<h2>Task queue resources</h2>
120120
<ul>
121121
<li>
122+
<p><a href="http://www.caktusgroup.com/blog/2014/06/23/scheduling-tasks-celery/">Getting Started Scheduling Tasks with Celery</a>
123+
is a detailed walkthrough for setting up Celery with Django (although
124+
Celery can also be used without a problem with other frameworks).</p>
125+
</li>
126+
<li>
122127
<p><a href="http://justcramer.com/2012/05/04/distributing-work-without-celery/">Distributing work without Celery</a>
123128
provides a scenario in which Celery and RabbitMQ are not the right tool
124129
for scheduling asynchronous jobs.</p>

0 commit comments

Comments
 (0)