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
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...Hi, question about in memory state:
Thank you Cloudflare. I have been using
What is the best way to log stuff using
hey all, have a q regarding DO eviction
I understand a worker will only be alive
Hey everyone, trying to understand
Hi guys i create a new worker with
{"status":500,"error":"Durable Object namespace binding cannot communicate with other nodes."}
no idea how to fix i have paid planBuild a WebSocket server with WebSocket ...
I have the weirdest situation going
wrangler deploy
to the correct account.
- Even after deploying it, I'm (apparently?) still not able to use the DO... and the requests are 0, despite the bindings being successful (in dev.).
- After this frustration, I decided to deploy to a preview environment, but because we are forced to use the build system version 1 (which doesn't support wrangler.toml
), I knew I had to manually bind the DO on the dashboard....Once a DO is created, it does not move.
/cdn-cgi/trace
, then seeing the colo fieldhello here. I have a weird behavior,
const response = await stub.fetch('https://durable-object/something')
return await handleResponse(response)
const response = await stub.fetch('https://durable-object/something')
return await handleResponse(response)
Just hit a problem where having Durable
yea........ what a sad realization :

Hi guys has anyone managed to get
Apologies, I should have been more clear
So I'm getting ready to publish
IttyDurable
(which extends DurableObject
)...
In order for test coverage to work (GH actions), I need to make sure the environment can see/accept DurableObject
, which I currently read from cloudflare:workers
, assuming a Wrangler setup. Any trick/tips on how to make sure that can be used in GH actions/test runners?...