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
Queue consumer bug with Terraform (CDKTF)
cloudflare_queue_consumer
Here’s the snippet:
``new QueueConsumer(this, ${applicationName}-queue-consumer`, {
accountId: cloudflareAccountId.value,...
Broken Image in Cloudflare Worker GitHub Comment

workers-types and wrangler types cannot coexist in monorepo without breaking ENV type
wrangler types command. However, within the same monorepo I have an astro docs site which uses the astro/cloudflare package, under the hood this still uses the cloudflare/workers-types package. When I install this in my monorepo, all my types for ENV that are coming from wrangler types in the other package are undefined / don't resolve correctly. The namespace appears to be causing a conflict.
Is there any way to handle this when I don't have control over a dependency that is still using the workers-types package?...Errors in websocket worker tail
Error: The Workers runtime canceled this request because it detected that your Worker's code had hung and would never generate a response. Refer to: https://developers.cloudflare.com/workers/observability/errors/ the linked page stated that I need the following block to prevent this:
```js
server.addEventListener("close", () => {
server.close();...waitUntil causes IoContext time out
ctx.waitUntil
IoContext timed out due to inactivity, waitUntil tasks were cancelled without completing.This causes my wall time to be 30 seconds long as
waitUntil waits until it is timed out. My question is how to get waitUntil to stop waiting....
Unexpected fields found in top-level field: "ratelimits"
wrangler 4.43.0 "compatibility_date": "2025-10-14" Added ratelimits field to my wrangler file. The bindings show in the env but when i run the code the binding is undefined. I've tried deploying and the dashboard doesn't show the ratelimit bindings. When building i get the warning Unexpected fields found in top-level field: "ratelimits"Using env in monorepo packages
Workers CPU limit is ignored in paid plan

Cannot deploy app with email routing and sveltekit CF adapter
Cannot find module 'cloudflare:email' imported from
My wrangler version is: ^4.42.2...Asset upload and changeset request fail
Good patterns for async workflows local dev using queues and r2 events
cpuExceeded on paid plan
Sentry sourcemap upload causing workers to run out of memory on worker build
500 (Error 1101) with Pages static assets
trying to send email from cloudflare workers
TypeError: Email message building is experimental - need to enable `enableSendingQueuing` as an experimental flag
TypeError: Email message building is experimental - need to enable `enableSendingQueuing` as an experimental flag
Variables and secrets sections appears twice in the dash UI

Moving from github pages?
Worker plaintext env vars that are modifiable AND persisted across deploys?
Image Background Removal In Workers