Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/pages/04-web-development/28-celery.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ web framework of your choice.
for transient states in your application that are not covered by the
default Celery configuration.

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

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