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
workers-runtime
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
Okay this is a dumb one, I think I fixed
message
and close
WS handlers, I also had a error
one set up, which was supposed to remove the current connection from the list of connections, but wasn't necessarily closing the connection, such as if the client experienced an error, but not one that caused the socket to close. Somewhere, this was causing the socket to stay open or something. You can see a comparison in the screenshotsAnyone else having issues with
Some methods on my stub are being
never
. Anyone had this before?hi folks,
Cloudflare adapter is unable to export D...
not that I know of, but you can fetch
https://cloudflare.com/cdn-cgi/trace
from the DO to work out where it is and return early if in HKGHmm is there some documentation
Websocket Server with Durable Object Client Connection
Tutorial with SQL API · Cloudflare Durab...
Hello 👋 , are there any guides/examples
transfer
migration? We have 5 DOs and we want to split 3 DOs to a separate worker that has a very simple worker bundle leading to faster startup times. I don't see much info on the docs here https://developers.cloudflare.com/durable-objects/reference/durable-objects-migrations/Hi.
We have a PR up to Serialize Attachement
Hey there. Is there any possibility we
my alarm is still set from 3 days ago, I
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()
first