We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9accc1 commit c209e9bCopy full SHA for c209e9b
src/content/docs/durable-objects/api/alarms.mdx
@@ -43,6 +43,7 @@ Alarms can be used to build distributed primitives, like queues or batching of w
43
: <Type text="void" />
44
45
- Set the time for the alarm to run. Specify the time as the number of milliseconds elapsed since the UNIX epoch.
46
+ - If you call `setAlarm` when there is already one scheduled, it will override the existing alarm.
47
48
### `deleteAlarm`
49
0 commit comments