File tree Expand file tree Collapse file tree 4 files changed +18
-1
lines changed
source/content/pages/07-performance Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments