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
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?...Kevin Whitley (@kevinrwhitley) on X
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