Skip to content

Commit c57ebfb

Browse files
committed
new celery resource
1 parent 8ece033 commit c57ebfb

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2816,6 +2816,12 @@ <h2>Task queue resources</h2>
28162816
why you shouldn't use your database as one.</p>
28172817
</li>
28182818
<li>
2819+
<p><a href="http://www.caktusgroup.com/blog/2014/09/29/celery-production/">Celery in Production</a>
2820+
on the Caktus Group blog contains good practices from their experience
2821+
using Celery with RabbitMQ, monitoring tools and other aspects not often
2822+
discussed in existing documentation.</p>
2823+
</li>
2824+
<li>
28192825
<p><a href="https://www.youtube.com/watch?v=68QWZU_gCDA">A 4 Minute Intro to Celery</a> is
28202826
a short introductory task queue screencast.</p>
28212827
</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-10-09T08:38:17Z</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-10-10T08:05:22Z</updated></feed>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ when scaling out a large deployment of distributed task queues.
136136
are great reads for understanding the difference between a task queue and
137137
why you shouldn't use your database as one.
138138

139+
* [Celery in Production](http://www.caktusgroup.com/blog/2014/09/29/celery-production/)
140+
on the Caktus Group blog contains good practices from their experience
141+
using Celery with RabbitMQ, monitoring tools and other aspects not often
142+
discussed in existing documentation.
143+
139144
* [A 4 Minute Intro to Celery](https://www.youtube.com/watch?v=68QWZU_gCDA) is
140145
a short introductory task queue screencast.
141146

task-queues.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ <h2>Task queue resources</h2>
176176
why you shouldn't use your database as one.</p>
177177
</li>
178178
<li>
179+
<p><a href="http://www.caktusgroup.com/blog/2014/09/29/celery-production/">Celery in Production</a>
180+
on the Caktus Group blog contains good practices from their experience
181+
using Celery with RabbitMQ, monitoring tools and other aspects not often
182+
discussed in existing documentation.</p>
183+
</li>
184+
<li>
179185
<p><a href="https://www.youtube.com/watch?v=68QWZU_gCDA">A 4 Minute Intro to Celery</a> is
180186
a short introductory task queue screencast.</p>
181187
</li>

0 commit comments

Comments
 (0)