> Alarms have guaranteed at-least-once execution and are retried automatically when the alarm() hand

Alarms have guaranteed at-least-once execution and are retried automatically when the alarm() handler throws.

You can setAlarm within the alarm handler to have it reschedule/run every 60 seconds
Was this page helpful?