I have timer which runs on every day, some times timer is not running due to various reasons which we are not able to identify.
How can we make sure we get notification / email if timer does not run.
Any idea ?
Hi,
The timer doesn't start. or start and ends with an exception?
if it doesn't start you should check what is causing that and fix it. If needed contact Outsystems support.
If you get exceptions you should handle them and on the handling send an email.
Regards,
Marcelo
Hello Scravan
One alternative to monitoring if the timer run, is to send a email at end of timer. If you not receive the email is because something goes wrong
Regards
Alberto
Its's not a solution to your question but I hope it can help
Thanks Marcelo,
I think your suggestion will help to avoid same scenario in future.
Thanks Alberto.