Hi All,
As most of us know we used to configure maximum number of retries for timer with unhandled error.
I understand it is for unhandled errors. However I would like to know can we set up a retry for the timers that had failed with handled exceptions.
We can wake the timer again in the exception block if we want it to be ran again. I understand this solution in place.
Just want to know whether it will be obvious if we can a retry count for each timer.
Thanks,
Ajith
Hi,
Please note that the timeout is different of an exception inside your code.
Regards,Nuno Verdasca
I recommend you to read this article that has some best practices for timers: https://itnext.io/how-to-write-safe-timers-with-outsystems-b76ad95ca927