-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Miniflare] miniflare.setOptions removes alarm from storage in v3 #2927
Comments
Hey! 👋 Thanks for raising for this. |
We use |
Hey! 👋 I'm going to transfer this to |
Transferring this to workerd since I think the right solution here will probably involve workerd persisting alarms to disk along with durable object storage |
We observed that calling
miniflare.setOptions
on a worker where a durable object had an alarm set (usingstate.storage.setAlarm
), removes it andstate.storage.getAlarm
returnsnull
after the DO has been reinitialized.The text was updated successfully, but these errors were encountered: