workers-and-pages-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
🤖turnstile
radar
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
Cap'n Web discussion
We have a consumer portal where
True, I too have never seen a WebSocket
What does it look like for you if a DO
Building Pub-Sub with Durable Objects
setStatus()
DO method utilizes a fan-out with batch concurrency in order to iterate through each "buddy" of a user, fetching the buddy's remote DO instance in order to push the status state.
Does that make sense? We've found the fan-out is brittle, timeouts happen, probable issues with fan-out storms. Retries with back-offs aren't great either. We don't really have the luxury of a status update failing....hello everybody, I'm currently in the
I'm trying to run both wrangler projects

how do i avoid this kind of memory error
Hey! I have a general architecture
i have a project that's using durable
Something odd is going on. About 2-3
1006
disconnects from websocket clients. Any ideas why this behavior may have changed?
In an attempt to mitigate we added:
```js...Unit/Integration Testing WebSockets
DO Placement Debugging
really the docs just need to be better.
Lifecycle of a Durable Object
Wanna get some thoughts on how to handle
Not sure if this explanation makes any sense at all, I might try and make a diagram later lol
...Hey Wes. We aren't using Party Server
await fetch()
inside the onMessage
handler and sibling to the broadcast()
call?
You should be able to resolve this by moving the fetch to another codepath or ensuring the fetch isn't blocking the broadcast....Merging Actors and Agents