I am using RE framwork,
in config.xlsx file MaxRetryNumber = 0
I am using queue for processing. I have set Max retry = 2 for the queue.
is there any way to read the count “2” during bot execution?
reason for this:
after completing each transaction item, I am writing excel report. if system exception happens for any record, I want to write report only at the last retry time of that record. I do not want to hard code this “2”, because in future, the retry count may change. How to achieve this?