README.rst 303 B

123456789101112131415161718
  1. =================
  2. Celery Examples
  3. =================
  4. * pythonproject
  5. Example Python project using celery.
  6. * httpexample
  7. Example project using remote tasks (webhook tasks)
  8. * celery_http_gateway
  9. Example HTTP service exposing the ability to apply tasks and query the
  10. resulting status/return value.