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?
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...
or to remove a given range (with negative indices indicating "from the back of the queue")...
Does that make sense?