File tree 3 files changed +10
-1
lines changed
source/content/pages/07-performance
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?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.
91
91
92
92
93
93
## 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
+
94
98
* [ Distributing work without Celery] ( http://justcramer.com/2012/05/04/distributing-work-without-celery/ )
95
99
provides a scenario in which Celery and RabbitMQ are not the right tool
96
100
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>
119
119
< h2 > Task queue resources</ h2 >
120
120
< ul >
121
121
< 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 >
122
127
< p > < a href ="http://justcramer.com/2012/05/04/distributing-work-without-celery/ "> Distributing work without Celery</ a >
123
128
provides a scenario in which Celery and RabbitMQ are not the right tool
124
129
for scheduling asynchronous jobs.</ p >
You can’t perform that action at this time.
0 commit comments