celery.worker.heartbeat

Heartbeat service.

This is the internal thread responsible for sending heartbeat events at regular intervals (may not be an actual thread).

class celery.worker.heartbeat.Heart(timer, eventer, interval=None)[源代码]

Timer sending heartbeats at regular intervals.

参数:
start()[源代码]
stop()[源代码]