Hi There,
I just have a question like how do we avoid retries from queue and reframe work completely
Hi There,
I just have a question like how do we avoid retries from queue and reframe work completely
set MaxRetryNumber to 0 in your config, and auto retry to false in your queue
this would solve your purpose
You can avoid retry by making sure you set MaxRetryNumber to 0 in your config, and auto retry to false in your queue configuration in the orchestrator for this particular script
Cheers @satishprasad14
Check this document for more details
https://docs.uipath.com/orchestrator/standalone/2023.4/user-guide/managing-queues-in-orchestrator
Hope it’s all clarified
@satishprasad14
Great
Ensure that you configure the ‘MaxRetryNumber’ in your configuration settings to be set at 0, and also, in your Orchestrator queue configuration for this specific script, make sure to disable the ‘auto retry’ option by setting it to ‘false.’
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.