Query on queue

Hi all,
Say for example in config we give as max retry number as 3 where as in queue we give as 2 here bot will work as per config file or queue items ?

Check here Queue retry number in Config - #2 by Parvathy

Hi @vhvinodsai ,

if retry values are defined in both the Orchestrator Queue Item and the Config file, the retry setting in the Orchestrator Queue Item takes priority and will be used for retrying the transactions.

Hope it helps!!

Regards,
Pravallika

@vhvinodsai

When you set the retry number in both orchestrator queue and in config it primarily look for queue retry count. Based on queue retry count it will retry the transactions.