You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/04-web-development/28-celery.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,10 @@ then dive into these specific Celery tutorials.
74
74
is a different author's follow up to the above best practices post that
75
75
builds upon some of his own learnings from 3+ years using Celery.
76
76
77
+
*[Common Issues Using Celery (And Other Task Queues)](https://adamj.eu/tech/2020/02/03/common-celery-issues-on-django-projects/)
78
+
contains good advice about mistakes to avoid in your task configurations,
79
+
such as database transaction usage and retrying failed tasks.
80
+
77
81
*[Asynchronous Processing in Web Applications Part One](http://blog.thecodepath.com/2012/11/15/asynchronous-processing-in-web-applications-part-1-a-database-is-not-a-queue/)
78
82
and [Part Two](http://blog.thecodepath.com/2013/01/06/asynchronous-processing-in-web-applications-part-2-developers-need-to-understand-message-queues/)
79
83
are great reads for understanding the difference between a task queue and
0 commit comments