Queue is rretry enable, max retry is 3.
Queue item is continuously failed 2 times with system exception and it is going into increment transaction no only
because retry no is coming from orcherstrator, no need to increment from here. plz clarify it
Hi!
Maybe this thread will shed some light on it?
Retry Mechanism in RE-Framework - Help - UiPath Community Forum
- Retry in Config file:
- In the Config file (Config.xlsx), you can define the maximum number of retries for a specific transaction. This means that if a transaction fails, the robot will automatically attempt to retry it a certain number of times before moving on to the next transaction.
- Retry in Queue items:
- In the Queue items (Queue.xlsx), you can also set the number of retries for individual transactions. This allows you to customize the retry behavior for different types of transactions or processes.
Please refer below thread for more information
Yeah, I have put the max retry count in config file also, but still it is not coming into the retry increment sequence.
Could you please run it in Debug mode and check once?
If using ReFramework with Queue, max retry count in config file should be 0. Queue # of retries will decide how many retries there should be.
Thanks,
Ashok
1 Like
@ashokkarale max count should be greater than 0 or equals to queue retry count no irrespective queue, then only it will retry. plz clarify, If I wrong.