File: README.rst

package info (click to toggle)
celery 5.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,336 kB
  • sloc: python: 67,264; sh: 795; makefile: 378
file content (18 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
=================
 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.