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
Can an external http client make an RPC call to a Worker?
ERROR Could not resolve "cloudflare:workers"
worker limit
resetting password
RPC dispose not available?
An RPC stub was not disposed properly. You must call dispose() on all stubs in order to let the other side know that you are no longer using them. You cannot rely on the garbage collector for this because it may take arbitrarily long before actually collecting unreachable objects. As a shortcut, calling dispose() on the result of an RPC call disposes all stubs within it....
Cron Exceeded CPU Limit
wrangler tail
logs:...[Help needed] CloudFlare Worker Rollback - Can't View deployed code
Worker Typescript test debugging in VS Code
As per this CloudFlare doc on configuring vitest tests for workers in Typescript, https://developers.cloudflare.com/workers/testing/vitest-integration/get-started/write-your-first-test/ I have package.json, typescript / vitest configuration matching what's described in that doc....
Since worker size limit is 1 MB, i reckon a typical web application must have multiple workers
Does sleeping/delaying count as CPU time?
await new Promise(r => setTimeout(r, 60000));
count as CPU time. Like would a worker that uses this code be billed for 60000 ms of execution? If not is there a limit to how long we can sleep to keep a worker going? I have an API that needs to be polled and I want to know if workers can be used for it....CF Workers SOC2 compliance?
best structure to adopt for TS+python worker
Email worker error (reconstructing FROM address)
Lower number of requests to SvelteKit app on CF pages
/_app/*
) still get counted towards the requests usage quota. Is there a way to lower that?
The app is pretty simple:
* Static pages (homepage, contact us, etc)...Can't deploy and save my worker
API Request Failed: PUT /api/v4/accounts/account-id/workers/services/black-forest-flux-generator/environments/production?include_subdomain_availability=true (403)
Is there some restriction on using this model that's hard coded in the cloudflare service and so it gives 403, or what?...Hi, Where can I find the https credentials and ftp credentials in Cloudflare account?
Cache external requests
+page.server.ts
) I have this:...Worker Analytics Engine query on local
https://api.cloudflare.com/client/v4/accounts/:account-id/analytics_engine/sql
shows no tables