The `@cloudflare/actors` library already has alarm scheduling helpers: https://github.com/cloudflare

The @cloudflare/actors library already has alarm scheduling helpers: https://github.com/cloudflare/actors/blob/9ec15ae82986adca5763ec517a9eea8d0bbe6ef7/examples/durable-objects/src/index.ts#L21

You can use it on its own inside any DurableObject, no need to extend the Actor class.
Was this page helpful?