MCPcopy
hub / github.com/celery/celery / ping

Function ping

celery/worker/control.py:395–397  ·  view source on GitHub ↗

Ping worker(s).

(state, **kwargs)

Source from the content-addressed store, hash-verified

393
394@inspect_command(default_timeout=0.2)
395def ping(state, **kwargs):
396 """Ping worker(s)."""
397 return ok('pong')
398
399
400@inspect_command()

Callers

nothing calls this directly

Calls 1

okFunction · 0.85

Tested by

no test coverage detected