51
Views
2
Comments
Timer timeout
Question
Hello,

What is the expected behavior when a timer without a schedule and awoken by the Wake<yourtimername> action is running longer then it's timeout?
In my code it looks like the timer is restarting itself when the timers runs longer than the timeout. Furthermore the timed-out action also keeps on running.

Thanks
Jurgen
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Hi Jurgen,

By default, a timer that runs into an error (including a time-out) restarts itself two times. You can configure platform-wide how many times a timer must restart itself.
UserImage.jpg
Jurgen
Thanks Killian!
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.