MCPcopy
hub / github.com/celery/celery / _request

Method _request

celery/app/control.py:105–115  ·  view source on GitHub ↗
(self, command, **kwargs)

Source from the content-addressed store, hash-verified

103 return by_node
104
105 def _request(self, command, **kwargs):
106 return self._prepare(self.app.control.broadcast(
107 command,
108 arguments=kwargs,
109 destination=self.destination,
110 callback=self.callback,
111 connection=self.connection,
112 limit=self.limit,
113 timeout=self.timeout, reply=True,
114 pattern=self.pattern, matcher=self.matcher,
115 ))
116
117 def report(self):
118 """Return human readable report for each worker.

Callers 15

reportMethod · 0.95
clockMethod · 0.95
activeMethod · 0.95
scheduledMethod · 0.95
reservedMethod · 0.95
statsMethod · 0.95
revokedMethod · 0.95
registeredMethod · 0.95
pingMethod · 0.95
active_queuesMethod · 0.95
query_taskMethod · 0.95
confMethod · 0.95

Calls 2

_prepareMethod · 0.95
broadcastMethod · 0.80

Tested by

no test coverage detected