get_last_ping# API documentation for tradeexecutor.cli.watchdog.get_last_ping Python function. 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