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

Method report

celery/app/control.py:117–123  ·  view source on GitHub ↗

Return human readable report for each worker. Returns: Dict: Dictionary ``{HOSTNAME: {'ok': REPORT_STRING}}``.

(self)

Source from the content-addressed store, hash-verified

115 ))
116
117 def report(self):
118 """Return human readable report for each worker.
119
120 Returns:
121 Dict: Dictionary ``{HOSTNAME: {'ok': REPORT_STRING}}``.
122 """
123 return self._request('report')
124
125 def clock(self):
126 """Get the Clock value on workers.

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected