Skip to content

support for removing a range of items from the queue #346

Description

@toqduj

We are typically enqueueing hundreds if not thousands of items to the queue. If we make a mistake, it would be nice to be able to remove a whole range or number of items from the back or the front of the queue via the command line.

I suggest something like this to remove the last 152 items...

qserver queue item remove back 152

or to remove a given range (with negative indices indicating "from the back of the queue")...

qserver queue item remove range -152 -1

Does that make sense?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions