stats
Request worker statistics/information.
def stats(
state: object,
**kwargs: any
) - > dict
Request worker statistics/information.
Parameters
| Name | Type | Description |
|---|---|---|
| state | object | The current application state object containing the consumer and controller instances |
| **kwargs | any | Additional keyword arguments passed to the stats request |
Returns
| Type | Description |
|---|---|
dict | A dictionary containing detailed internal metrics and state information from the worker's controller |