lucidplot
CDCloudflare Developers
•Created by Ben on 11/1/2024 in #durable-objects
access Durable Object Id from within the DO
ah ok I hadn’t seen that bug thread which HardlyWorkin referenced. I think you can access the ID though, just not the name it was derived from.
1 replies
CDCloudflare Developers
•Created by lucidplot on 10/24/2024 in #durable-objects
I think I've found a bug in the SQLite
oh! I've just filed a bug report https://github.com/cloudflare/workerd/issues/2993
8 replies
CDCloudflare Developers
•Created by lucidplot on 10/24/2024 in #durable-objects
I think I've found a bug in the SQLite
sure - would this be "runtime-apis
Report an issue with an API provided by workerd" ?
8 replies
CDCloudflare Developers
•Created by lucidplot on 10/24/2024 in #durable-objects
I think I've found a bug in the SQLite
it's possible this is expected behaviour (and it's not a big deal to delete the alarm first), in which case the docs could be clearer - and this is a change compared to the KV version
8 replies
CDCloudflare Developers
•Created by lucidplot on 10/24/2024 in #durable-objects
I think I've found a bug in the SQLite
when I tried it with the SQLite backend, I get an exception on the alarm handler and it keeps on trying. until I added a call to
deleteAlarm()
, which seemed to fix it.8 replies
CDCloudflare Developers
•Created by lucidplot on 10/24/2024 in #durable-objects
I think I've found a bug in the SQLite
I want to use alarms to delete all data, for eg a verify link that auto-expires. this seemed to work fine using the KV backend
8 replies