On Queue

Explain Max # Retrie No on Queue? main Purpose of Max # Retri no.

1 Like

Hello @AsadPathan2665 ,

When the process encounters a system exception, the orchestrator will retry the transactions according to max retry number specified in the queue considering Auto Retry property is given as Yes.

Thanks!
Athira

1 Like

Hi @AsadPathan2665

So basically if you want to retry a queue item

You can go with that property

Kindly refer this documentation point 5
https://docs.uipath.com/orchestrator/docs/managing-queues-in-orchestrator

Also refer this video

Thanks

1 Like

Thank you so much guys for the explanation here. I’m so much glad to know more about it.

2 Likes

Hi

To be precise the main purpose of that option is

if selected yes, input the number of times you want a queue item to be retried.

Purpose

This Max Retry also depends on another option in same queue settings
Auto Retry

If you select Yes for the Auto Retry option, the Max # of retries field is displayed.
Enter a value in range 1-50 as the number of retries of the failed transaction.

The existing failed transactions are not being retried. Only the transactions that fail after you set the new value are being retried.

Let’s say you have a list of failed transactions that are retried once. The current value of Max # of retries is 2 . Update the value to 3 and the failed transactions are retried two more times instead of one.

Auto Retry Option : No

If you select No for the Auto Retry option, the Max # of retries field is hidden.
No transaction is being retried.

Hope this clarifies

Cheers @AsadPathan2665

1 Like

great
any further queries on this topic @AsadPathan2665

Great update so far. Thank you so much again.