24-11-20 10:23 AM
Hi all,
i've an important question about retry mechanism, i've set 3 to max attempts in my work queue, and i've used a process that retry for three times in case of exception.
My doubt is: i mark exception in case of system exception, but also in caso of business exception. My challenge is to retry only the system exception and i want to retry the same case immediately after the failed item.
Example: 1234 goes in error? Retry 1234, retry 1234, retry 1234 and then pass to the next item, how can i do that?
Now after first case it pass to the next case and i'm not able to re-catch the same item just failed.
Thanks in advance
24-11-20 01:22 PM
24-11-20 02:03 PM
25-11-20 03:22 PM