Timer
Invoke functions periodically
The timer works like kubernetes CronJob but instead of creating a pod to do the task, it sends a request to router to invoke the function. It’s suitable for the background tasks that need to execute periodically.
Fig.1 Timer Trigger
- If the schedule time arrived, Timer invokes the function defined.