Two uUse cases offhand::
$ ./bin/queueworker kill --class X # killKill all queued tasks of class X
$ ./bin/queue exec <id> # re-execute task by IDworker kill --unknown # Kill all queued tasks with unknown classes.
$ ./bin/worker kill --failures 8 # Kill all queued tasks with 8 or more failures.