Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 816c5b8

Browse files
committed
add Celery to technology used documentation
1 parent a8cb5e0 commit 816c5b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

documentation/docs/start/tools/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,10 @@ Quasar (pronounced /ˈkweɪ.zɑɹ/) is an MIT licensed open-source Vue.js based
7979

8080
Channels is a project that takes Django and extends its abilities beyond HTTP - to handle WebSockets, chat protocols, IoT protocols, and more. It’s built on a Python specification called [ASGI](https://asgi.readthedocs.io/en/latest/). Channels is an official Django Project.
8181

82+
<technology image="celery.png" />
83+
84+
## [Celery](http://www.celeryproject.org/)
85+
86+
### Distributed Task Queueing for Python web applications
87+
88+
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).

0 commit comments

Comments
 (0)