This document describes the current stable version of Celery (5.1). For development docs, go here.

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)[source]

Timer sending heartbeats at regular intervals.

Parameters
start()[source]
stop()[source]