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