scheduled
List of currently scheduled ETA/countdown tasks.
def scheduled(
state: State,
**kwargs: dict
) - > list
List of currently scheduled ETA/countdown tasks.
Parameters
| Name | Type | Description |
|---|---|---|
| state | State | The current worker state object containing the consumer and timer instances. |
| **kwargs | dict | Additional keyword arguments passed to the command inspector. |
Returns
| Type | Description |
|---|---|
list | A list of pending task requests currently held in the consumer timer's schedule. |