MCPcopy
hub / github.com/celery/celery / report

Function report

celery/worker/control.py:80–82  ·  view source on GitHub ↗

Information about Celery installation for bug reports.

(state)

Source from the content-addressed store, hash-verified

78
79@inspect_command()
80def report(state):
81 """Information about Celery installation for bug reports."""
82 return ok(state.app.bugreport())
83
84
85@inspect_command(

Callers

nothing calls this directly

Calls 2

okFunction · 0.85
bugreportMethod · 0.80

Tested by

no test coverage detected