I created an advanced multi row sequence to fire off queues on a bunch of servers:
get last boot time
terminate queue if previous action fails/errors
check for available updates
terminate queue if previous “check for available updates finds 0 updates..”
…
I’ve had good success with this queue until a recent run. Several hosts came back with Error 1605, 1610 or -102 for the check for updates. No problem, I’ll fix my windows updates on these hosts. The issue is my queue is stuck waiting for those 6 hosts to complete. (Executing 7 of 16: ‘Terminate queue…’).
It won’t move on to the next advanced queue step. The execution row was a scheduled task. I can open the file and try to abort the stuck row job queues but it doesn’t do anything. Is there a way to keep the queues from jambing if a windows update doesn’t return clean?