workers-help
pages-help
general-help
durable-objects
workers-and-pages-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-runtime
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
logs-and-analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows
vite-plugin
pipelines-beta
containers-beta
Anyone 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...

There is no point doing the work from
await stub.something()
you call is a roundtrip. You can pipeline several together if you design your DO class properly but even that's very limited.
...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.

> but the state is not consistent in a
but the state is not consistent in a concurrent requestsCan you give more details what exactly are you doing here? A Durable Object runs a single request at a specific point in time, and only schedules a different request when you do async IO in your logic. So as long as you are only doing synchronous operations, or one of the
transaction()
methods on the storage API that allow you to use async actions, your storage access should be consistent....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)?...