MCPcopy
hub / github.com/celery/celery / tasks.py

File tasks.py

examples/tutorial/tasks.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from celery import Celery
2
3app = Celery('tasks', broker='amqp://')
4

Callers

nothing calls this directly

Calls 2

CeleryClass · 0.90
startMethod · 0.45

Tested by

no test coverage detected