File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed
source/content/pages/07-web-app-deployment Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5571,6 +5571,11 @@ <h2>Task queue resources</h2>
55715571< p > < a href ="https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/ "> Asynchronous Tasks With Django and Celery</ a >
55725572 shows how to integrate Celery with < a href ="/django.html "> Django</ a > and create Periodic Tasks.</ p >
55735573</ li >
5574+ < li >
5575+ < p > < a href ="https://library.launchkit.io/three-quick-tips-from-two-years-with-celery-c05ff9d7f9eb "> Three quick tips from two years with Celery</ a >
5576+ provides some solid advice on retry delays, the -Ofair flag and global
5577+ task timeouts for Celery.</ p >
5578+ </ li >
55745579</ ul >
55755580< h2 > Task queue learning checklist</ h2 >
55765581< ol >
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 >2015-07-29T13:53:18Z </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 >2015-07-30T13:48:01Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -165,6 +165,9 @@ when scaling out a large deployment of distributed task queues.
165165* [ Asynchronous Tasks With Django and Celery] ( https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/ )
166166 shows how to integrate Celery with [ Django] ( /django.html ) and create Periodic Tasks.
167167
168+ * [ Three quick tips from two years with Celery] ( https://library.launchkit.io/three-quick-tips-from-two-years-with-celery-c05ff9d7f9eb )
169+ provides some solid advice on retry delays, the -Ofair flag and global
170+ task timeouts for Celery.
168171
169172
170173## Task queue learning checklist
Original file line number Diff line number Diff line change @@ -221,6 +221,11 @@ <h2>Task queue resources</h2>
221221< p > < a href ="https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/ "> Asynchronous Tasks With Django and Celery</ a >
222222 shows how to integrate Celery with < a href ="/django.html "> Django</ a > and create Periodic Tasks.</ p >
223223</ li >
224+ < li >
225+ < p > < a href ="https://library.launchkit.io/three-quick-tips-from-two-years-with-celery-c05ff9d7f9eb "> Three quick tips from two years with Celery</ a >
226+ provides some solid advice on retry delays, the -Ofair flag and global
227+ task timeouts for Celery.</ p >
228+ </ li >
224229</ ul >
225230< h2 > Task queue learning checklist</ h2 >
226231< ol >
You can’t perform that action at this time.
0 commit comments