Skip to content

Commit ad62dac

Browse files
committed
add new falcon and celery resources
1 parent 189a29b commit ad62dac

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

content/pages/04-web-development/07-falcon.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
173178
Celery and its broker run separately from your web and WSGI servers so it

0 commit comments

Comments
 (0)