MCPcopy
hub / github.com/celery/celery / loop_args

Method loop_args

celery/worker/consumer/consumer.py:432–435  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

430 callback(self)
431
432 def loop_args(self):
433 return (self, self.connection, self.task_consumer,
434 self.blueprint, self.hub, self.qos, self.amqheartbeat,
435 self.app.clock, self.amqheartbeat_rate)
436
437 def on_decode_error(self, message, exc):
438 """Callback called if an error occurs while decoding a message.

Callers 5

_get_on_messageMethod · 0.80
test_loopMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by 4

_get_on_messageMethod · 0.64
test_loopMethod · 0.64