Skip to main content

revoked

List of revoked task-ids.

def revoked(
state: object,
**kwargs: dict
) - > list

List of revoked task-ids.

Parameters

NameTypeDescription
stateobjectThe current worker state object containing the set of revoked tasks.
**kwargsdictAdditional keyword arguments passed to the command inspector.

Returns

TypeDescription
listA list of task identifiers that have been revoked and are no longer eligible for execution.