Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 303 Bytes

README.rst

File metadata and controls

18 lines (10 loc) · 303 Bytes

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.