class documentation

Base class for a heartbeat sender that is picklable for use in another process.

Method send_heartbeat Send a heartbeat for the given task token and details.
@abstractmethod
def send_heartbeat(self, task_token: bytes, *details: Any): (source)

Send a heartbeat for the given task token and details.