Skip to content

Commit 5cf1ca4

Browse files
committed
Describing the issue in more detail.
1 parent 134a874 commit 5cf1ca4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/durable-objects/platform/known-issues.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ The Workers editor in the [Cloudflare dashboard](https://dash.cloudflare.com/) a
3434

3535
## Alarms in local Development
3636

37-
Currently, Durable Object [alarm methods](/durable-objects/api/alarms) do not work when working in local development (when running `npx wrangler dev`).
37+
Currently, when developing locally (using `npx wrangler dev`), Durable Object [alarm methods](/durable-objects/api/alarms) may fail after a hot reload (if you edit the code while the code is running locally).
38+
39+
To avoid this issue, when using Durable Object alarms, close and restart your `wrangler dev` command after editing your code.

0 commit comments

Comments
 (0)