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

Fig.1 Timer Trigger

  1. If the schedule time arrived, Timer invokes the function defined.
Last modified December 16, 2021: Fixed Link/Document changes (#121) (8795548)