How to avoid retries when working on queue and framework

Hi There,

I just have a question like how do we avoid retries from queue and reframe work completely

Hi @satishprasad14

set MaxRetryNumber to 0 in your config, and auto retry to false in your queue

this would solve your purpose

1 Like

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

1 Like

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

1 Like

Thanks @nikhil.girish @Palaniyappan

2 Likes

Great

@satishprasad14

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.