Skip to content

Commit 08dd0f6

Browse files
authored
Merge pull request mattmakai#235 from mjhea0/patch-7
add django + celery resource
2 parents 3fb7c65 + e183246 commit 08dd0f6

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)