workers-help
pages-help
general-help
durable-objects
workers-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
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows-beta
Monorepo - Wrangler Action - Dynamic Secrets
Go binary missing/not found in Worker Builds Image
API and limits for email routing?
Is there any way to have getPlatformProxy access remote data?
I want to attach tag for workers and filter by tag.
Cloudflare workers llama 3.2 error
Dashboard is broken, can't get to D1
I am running into problems connecting to workers and pages
Keen to understand the routing of a request invoked by a worker
Workers returning cache hit for 500 response without cache headers
Disable ur proxy from my domain #help
Worker CLI deployment error
Wildcard DNS + Worker + R2 custom domain
AAAA * 100::
and a worker with route *domain.com/*
; my worker handles all requests to domain.com
and any subdomain user1.domain.com
. I've enabled a custom domain for an R2 bucket at assets.domain.com
; the Cloudflare dashboard said "You currently have a wildcard record for *.domain.com. While the record will remain, requests to assets.domain.com will now be served from your R2 bucket.". The entry for R2 indeed appeared on the DNS configuration page. However, requests to assets.domain.com
are still directed to the worker. How can I resolve this? I need the worker to continue handling all subdomain requests except for assets
. Thanks....Workers with route configured are not being triggered
*domain.com/*
and enabled 100% of the logs.
But so far I've only seem logs when my requests are made directly to the worker, not on domain.com
.
...How do you execute D1 migration with Worker Build?
Preview deployments for workers with Durable Objects
Workers duration limit confusion
Use event.waitUntil() to delay cancellation for another 30 seconds or until the promise passed to waitUntil() completes.The docs on Duration Limit (https://developers.cloudflare.com/workers/platform/limits/#duration) says that using
waitUntil()
delays Worker expiration untils 30 secs *or * the promise completes. The "or" is confusing me. Does that mean it'll continue for the longer of the two (and potentially indefinitely while awaiting the Promise)?...Resizing a private image in an R2 bucket through a worker