Timer
Invoke functions periodically
Brief Intro
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.
Diagram

Fig.1 Timer Trigger
- If the schedule time arrived, Timer invokes the function defined.
Last modified September 23, 2020: Markdown lint reformat (#218) (db2e794)