get_last_ping#

get_last_ping(watchdog_registry, name)[source]#

Get the UNIX timestamp when a process pinged last time.

Raises:

WorkerNotRegistered – If querying an unknown worker.

Parameters:
  • watchdog_registry (multiprocessing.managers.DictProxy | dict) –

  • name (str) –

Return type:

float