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
Cloud Connectors broke out from under us
Limits when converting from free to paid for plan
workerd/server/workerd-api.c++:961: error: wrapped binding module can't be resolved
wrangler dev, results in an instant crash:
```
⛅️ wrangler 4.22.0
───────────────────
Your Worker has access to the following bindings:..."Hello World" sample worker returns ERR_NAME_NOT_RESOLVED
Worker hanging up during request?
console.log("knocking...");...
How to provide correct document link to AUTORAG ai search?
customMetadata mentioned in the docs
```
await env.R2.put(pathname, content, {
customMetadata: {...
Access to Google Cloud Tasks from Workers via Workload Identity Federation
How to use Cloudflare Browser Rendering and Cloudflare Workflows in one worker during development?
wrangler dev, the browser rendering requires the --remote flag but when I ran wrangler dev --remote the workflow didn't work because workflows does not support wrangler dev --remote according to docs. Anyone had experienced this and is there a solution to this problem? Thank you.How to include another handler (scheduled, email) in a Worker based on a framework such as Svelte?
@sveltejs/adapter-cloudflare automatically creates the output file to Cloudflare Workers, with the fetch handler. Is there a good way to add other handlers in this setup?...Trying to create a worker that fetches the size of my R2 bucket, and reports it on the website.
env.MY_BUCKET.list(...) is not a function or its return value is not async iterable....Worker exceeded CPU time limit
Worker exceeded CPU time limit. I’m trying to better understand how CPU time consumption is calculated. I’ve reviewed the documentation at Cloudflare Workers CPU Time Limits https://developers.cloudflare.com/workers/platform/limits/#cpu-time, but I still have a few questions:
1) If a DurableObject sets an alarm, does the alarm callback continue consuming the same CPU time budget, or does it receive a fresh, separate budget?
2) In the case where a Worker is being non-stop invoked via RPCs, does each invocation receive a seperate CPU time budget? Or does the Worker need to be inactive for a period before its CPU time budget resets? If a cooldown or reset period is required, what is the duration?...Workers Static Pages - Dashboard or Wrangler
wrangler.toml with some basic configuration as per migration docs, so name, compatibility_date, routes (a single pattern with custom_domain = true), assets.directory = "./public/", and build.command set to install and run zola build (as per this issue).
I went to Cloudflare Dashboard > Compute > Workers & Pages > Create > Workers > Import a repository > Get started, connected to GitHub (org), and after I selected the repo the next step asked me for details of the project, but it said it will create a new Git repo for it. That was a bit confusing, but I went ahead to see what it would do, and it turned out it didn't actually create a new git repo, but used the one I had. However it also didn't seem to pick up any of the settings in my wrangler.toml as the domains and routes use the default workers.dev domain, etc....CfSocket is not a constructor
The Workers runtime canceled this request because it detected that your Worker's code had hung and w
Upload file to R2
Bun's `fetch` crashes local Worker
How do I disable the Wrangler banner in the CLI

Embedding via REST endpoint
`EMFILE: too many open files` during build
EMFILE: too many open files error with workers builds? I see a bunch of people posting about it in the past, but none of them have any replies.
Basically, I'm trying out workers builds for a full-stack site built with SvelteKit, hoping to eventually move my Pages projects to workers since Pages is basically abandoned at this point, but I'm getting this error. I've retried many times and have gotten that error every time. Build works fine locally.
Any help with this would be greatly appreciated....Api call 1003 error