Skip to content

Commit e183246

Browse files
authored
add django + celery resource
1 parent 228c3e5 commit e183246

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ web framework of your choice.
176176
for transient states in your application that are not covered by the
177177
default Celery configuration.
178178

179+
* [Asynchronous Tasks with Django and Celery](https://testdriven.io/blog/django-and-celery/)
180+
looks at how to configure Celery to handle long-running tasks in a
181+
Django app.
179182

180183
### Celery deployment resources
181184
Celery and its broker run separately from your web and WSGI servers so it

0 commit comments

Comments
 (0)