active_queues
List the task queues a worker is currently consuming from.
def active_queues(
state: object
) - > list
List the task queues a worker is currently consuming from.
Parameters
| Name | Type | Description |
|---|---|---|
| state | object | The current worker state object containing the consumer and task consumer information. |
Returns
| Type | Description |
|---|---|
list | A list of dictionaries representing the active task queues, where each dictionary contains the queue configuration details. |