I have 3 items “In Progress” in a queue and one “New” item. I have a dispatcher to place items in the queue with a status of New and of course a performer to work them.
The performer is active and I see one new item in the queue but it won’t fire to pick them up. Do I have to delete the “In Progress” ones - I know they will be abandoned in a day but I need to get them out of there now.
That’s true your in progress item will just be ignored and will not affect the performer. However, I understand your concern with keeping the queue clean.
Your issue or concern is something similar to this thread
I have a suggested workflow in the link above to delete your in progress items. The solutions does not require you to delete the queue.