I have a queue and this queue’s ring strategy is fewestcalls. I want each call in the queue call the available members in queue just once and then leave the queue. I tried to autopause and leavewhenempty options together but I couldn’t unpause to autopaused members.
Hope, someone has some idea on the matter. How can I do this?
Sorry, I guess, couldn’t explain myself clearly. Actually, timeoutrestart is no already. What I want is for it not to look at the timeout. I want it to accept that available members are called once for restriction.