ping
Ping worker(s).
def ping(
state: object,
**kwargs: dict
) - > string
Ping worker(s).
Parameters
| Name | Type | Description |
|---|---|---|
| state | object | The current internal state or context of the worker process |
| **kwargs | dict | Additional keyword arguments for command execution control, such as custom timeouts |
Returns
| Type | Description |
|---|---|
string | A success response containing the string 'pong' to indicate the worker is reachable |