class documentation
class SharedHeartbeatSender(ABC): (source)
Known subclasses: temporalio.worker._activity._MultiprocessingSharedHeartbeatSender
Base class for a heartbeat sender that is picklable for use in another process.
Method | send |
Send a heartbeat for the given task token and details. |