class documentation

Undocumented

Method __init__ Undocumented
Method send_heartbeat Send a heartbeat for the given task token and details.
Instance Variable _heartbeat_queue Undocumented
def __init__(self, heartbeat_queue: queue.Queue[Tuple[bytes, Sequence[Any]]]): (source)

Undocumented

def send_heartbeat(self, task_token: bytes, *details: Any): (source)

Send a heartbeat for the given task token and details.

_heartbeat_queue = (source)

Undocumented