File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
content/pages/04-web-development Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -28,3 +28,5 @@ without requiring external code library dependencies.
2828 has a meaty guide for building and deploying your first Falcon web
2929 application.
3030
31+ * [ Asynchronous Tasks with Falcon and Celery] ( https://testdriven.io/asynchronous-tasks-with-falcon-and-celery )
32+ shows how to configure [ Celery] ( /celery.html ) with the framework.
Original file line number Diff line number Diff line change @@ -168,6 +168,11 @@ web framework of your choice.
168168 configures Celery with the [ Falcon] ( /falcon.html ) framework, which is
169169 less commonly-used in web tutorials.
170170
171+ * [ Custom Celery task states] ( https://www.distributedpython.com/2018/09/28/celery-task-states/ )
172+ is an advanced post on creating custom states, which is especially useful
173+ for transient states in your application that are not covered by the
174+ default Celery configuration.
175+
171176
172177### Celery deployment resources
173178Celery and its broker run separately from your web and WSGI servers so it
You can’t perform that action at this time.
0 commit comments