You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Called by the system when a scheduled alarm time is reached.
41
+
42
+
- The `alarm()` handler has guaranteed at-least-once execution and will be retried upon failure using exponential backoff, starting at 2 second delays for up to 6 retries. Retries will be performed if the method fails with an uncaught exception.
43
+
44
+
- This method can be `async`.
45
+
46
+
- Refer to [Alarms](/durable-objects/api/alarms/#alarm) for more information.
0 commit comments