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
Is there a way to bind multiple workers
wrangler.toml
and re-exporting the DO in both index.ts
of the two workers, Cloudflare creates two seperate DO's with the worker name prefixed in front.
I can see how this is expected behaivour, but is there any way I can bind multiple workers into the same DO?...Limits · Cloudflare Workers docs
Hello, I am trying to use Websocket
Hey guys, seeing this error when adding
Cannot apply new-class migration to class AtlasWebsocket that is already depended on by existing Durable Objects [code: 10074]
I am adding this for the first time and I don't see it in use at all in console.
This is what I have in the migration ...since 2 days ago I'm getting a ton of
internal error
and Network connection lost.
errors when calling my durable objects. they don't have particularly high load and it happens to many different instances, not just one
there's no useful error to help me fix it unfortunately...WS debugging chat
Amazing, @Frederik — thanks for
@bun - okay, things are working, though
Hey all - I'm having quite a lot of
In this case you could also use
serializedAttachment
on that particular WebSocket, assuming you haven't used up all the space with other stuffclosing old websocket server instances without errors
Getting tags associated with a Hibernatable WebSocket
this.state.getTags(webSocket)
for hibernatable websockets, would y'all want it to throw an error if you give it a non-hibernatable websocket? Or would you just want it to give you an empty array?DO in rust, using (asyn) storage
I'm working with Cloudflare Workers and
Sure -
lobbies
table in D1 with a game_state column: 'waiting' | 'playing' | 'finished'
. I need to set the game to the finished
state when it's abandoned, so if the player rejoins the websocket later, it won't re-initialize the DO.
...@omar#4289 same as, I am getting the

OK I have read through the last three