Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
395
def
ping(state, **kwargs):
396
""
"Ping worker(s)."
""
397
return
ok(
'pong'
)
398
399
400
@inspect_command()
Callers
nothing calls this directly
Calls
1
ok
Function · 0.85
Tested by
no test coverage detected