hello
Request mingle sync-data.
def hello(
state: object,
from_node: string,
revoked: iterable,
**kwargs: dict
) - > dict
Request mingle sync-data.
Parameters
| Name | Type | Description |
|---|---|---|
| state | object | The current worker state object containing the hostname and application instance. |
| from_node | string | The hostname of the node requesting the synchronization data. |
| revoked | iterable | An optional collection of revoked task IDs to be merged into the local worker state before purging expired items. |
| **kwargs | dict | Additional keyword arguments passed to the command handler. |
Returns
| Type | Description |
|---|---|
dict | A dictionary containing the current set of non-expired revoked task IDs and the updated logical clock value for synchronization. |