workers-help
pages-help
general-help
durable-objects
workers-discussions
pages-discussions
wrangler
coding-help
kv
🦀rust-on-workers
miniflare
stream
general-discussions
functions
zaraz
âš¡instant-logs
email-routing
r2
pubsub-beta
analytics-engine
d1-database
queues
workers-for-platforms
workerd
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows-beta
access Durable Object Id from within the DO
drizzle with DO SQLite
Hi everyone, I'm new to durable objects
Hello.
Locally - I would like to have a module (A) with just a Durable Object (no Worker). Another module (B) has a Worker (could also be a Durable Object). Can the Worker module (B) make an RPC call into DO module (A)? If i try this i get an error...
DataCloneError: Could not serialize object of type "JsRpcPromise"....
Hey 👋 I have a DO based off of this
1006
) if no messages are sent after exactly 3 minutes.. is this expected?
I have tried calling state.setWebSocketAutoResponse
in the DO constructor (not sure how to use this method) but that didn't seem to do much. Do I need to have connected clients send a ping messages to the DO at a regular interval to keep the connection open? If so, does this wake the socket from hibernation (and thus incur a charge)?...I think I've found a bug in the SQLite
deleteAll()
in an alarm handler results in an internal error, unless I call deleteAlarm()
firstTheoretically, how many clients could I
thank you, what I was missing is that
Hey, I can't make a new durable object :
Cannot create binding for class 'Trainer' because it is not currently configured to implement durable objects. Did you forget to apply a --new-class migration to it? [code: 10061]
Cannot create binding for class 'Trainer' because it is not currently configured to implement durable objects. Did you forget to apply a --new-class migration to it? [code: 10061]
Am I doing something wrong here? I'm
Persist DO alive during worker deploy
DO multi-worker example?
I created a real-time server using
I didn’t see this graph before. But yeah
In production, when a client disconnects
socket.close()
from the browser when the window closes. Is there a way to prevent the errors from being thrown for normal behavior? Everything works fine and no errors are thrown locally. Everything in the Worker is already in a try/catch
. Thank you!
This question I asked in this thread here but I have not received a reply so maybe others will see the question.
https://discord.com/channels/595317990191398933/773219443911819284/threads/1277864290296135711...Thank you Cloudflare. I have been using
What is the best way to log stuff using
hey all, have a q regarding DO eviction