Postpone a queue item by some time, in this case does that item get processed right after the time mentioned for postpone or does it add that item in queue after all the new items

Hi All,

I have a doubt :-
Let’s say you postpone a queue item by some time, in this case does that item get processed right after the time mentioned for postpone or does it add that item in queue after all the new items.

Thanks

it will put a hold on all the queue item. whenever the item postponed is executed, it moves to the next item in queue

Hi @priyanka.chaukikar

When the item passed the postponed time, it automatically processes that queue and then processes the next item in the queue.

Thanks for the answer

Thank you for the answer

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.