mirror of https://github.com/celery/celery.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 weeks ago | |
---|---|---|
.. | ||
app | 2 months ago | |
celery_http_gateway | 7 months ago | |
django | 2 weeks ago | |
eventlet | 4 months ago | |
gevent | 2 years ago | |
next-steps | 2 years ago | |
periodic-tasks | 2 weeks ago | |
resultgraph | 2 years ago | |
security | 2 years ago | |
tutorial | 2 years ago | |
README.rst | 12 years ago |
README.rst
Celery Examples
- pythonproject
Example Python project using celery.
- httpexample
Example project using remote tasks (webhook tasks)
- celery_http_gateway
Example HTTP service exposing the ability to apply tasks and query the resulting status/return value.