Skip to content

Commit dffd2bc

Browse files
committed
new task queue resource
1 parent 14fb2ce commit dffd2bc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/pages/04-web-development/28-celery.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ then dive into these specific Celery tutorials.
7474
is a different author's follow up to the above best practices post that
7575
builds upon some of his own learnings from 3+ years using Celery.
7676

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+
7781
* [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/)
7882
and [Part Two](http://blog.thecodepath.com/2013/01/06/asynchronous-processing-in-web-applications-part-2-developers-need-to-understand-message-queues/)
7983
are great reads for understanding the difference between a task queue and

content/pages/meta/00-change-log.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ view commit-level changes via the
1414
on GitHub.
1515

1616
## 2020
17+
### February
18+
* New [CSS](/cascading-style-sheets.html) and [task queue](/task-queues.html)
19+
resources.
20+
1721
### January
1822
* Added new Django code example pages:
1923
* [django.db.models SmallIntegerField](/django-db-models-smallintegerfield-examples.html)

0 commit comments

Comments
 (0)