We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fb7c65 + e183246 commit 08dd0f6Copy full SHA for 08dd0f6
content/pages/04-web-development/28-celery.markdown
@@ -176,6 +176,9 @@ web framework of your choice.
176
for transient states in your application that are not covered by the
177
default Celery configuration.
178
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.
182
183
### Celery deployment resources
184
Celery and its broker run separately from your web and WSGI servers so it
0 commit comments