I have this function: ``` async function exhaustAlarms(stub: DurableObjectStub) { let count = 0
I have this function:
If I don't add some small delay (see the setTimeout), I get this issue:
workerd/io/worker.c++:2082: info: uncaught exception; source = Uncaught (in promise); stack = Error: Durable Object storage is no longer accessible.
If I don't add some small delay (see the setTimeout), I get this issue:
workerd/io/worker.c++:2082: info: uncaught exception; source = Uncaught (in promise); stack = Error: Durable Object storage is no longer accessible.

