Difference between when we set try from orchestrator and config file

difference between when we set try from orchestrator and config file

Hi @Aditya10989,
I’m not sure what you are asking for. Can you precise/describe it better?

in reframework we can retry if any system exception occur while we are using queue where we mention max retry eg 3 or when we are not using queues we mention max retry in configuration file. So want to know what is the difference when we set in config file and in orchestrator…?

Hi @Aditya10989,
It actually does mean the same. The difference is that you can use ReFramework locally (without Orchestrator) and have this retry function defined in config. When you would like to have process in Orchestrator then it’s better to set it there.