Documentation

Services

Timer Service

special type of  services, they create message requests and pass them to the action tree

 Unlike common services, Timers don't listen to incoming messages, instead they create an empty message on a certain timestamp and inject the messages in the actions tree, timers can also be configured to repeat periodically.

An example where timers can be useful, when you want to schedule the sending of messages on a given timestamp or over a given period.

For more tips please refer to tips and tricks..