Skip to main content

scheduled

List of currently scheduled ETA/countdown tasks.

def scheduled(
state: State,
**kwargs: dict
) - > list

List of currently scheduled ETA/countdown tasks.

Parameters

NameTypeDescription
stateStateThe current worker state object containing the consumer and timer instances.
**kwargsdictAdditional keyword arguments passed to the command inspector.

Returns

TypeDescription
listA list of pending task requests currently held in the consumer timer's schedule.