Skip to content

Commit 8fb792a

Browse files
committed
new celery addition
1 parent d547f3f commit 8fb792a

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

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>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>

source/content/pages/07-web-app-deployment/11-task-queues.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

task-queues.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)