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 consumers - when/when not wrap the code in `waitUntil()`?
waitUntil() inside a queue consumer? The docs suggest using it, however queue consumers already run asynchronously, in the background (not as the result of a HTTP trigger), so unless the consumer is doing a LOT of work, and is therefore at risk of exceeding Worker limits, what's the point?
My consumer receives a bunch of messages and sends an email (via an API) for each one. Traffic to this queue is low, and the settings are quite conservative:
```
"max_batch_size": 10,...Lots of requests right after creating worker

How to change the Installing tools and dependencies command and directory in worker settings?

Workers route awareness at origin
503s for >1% of http traffic bound for workers
[D1] TypeError: Cannot read properties of undefined (reading 'alwaysPrimarySession')
Cannot SST deploy Cloudflare Worker due to 'Cannot use import statement outside a module'
latest updates to Workers?
public/index.html file without an import from the index.js.
Bad thing is most AI code builders still have the old workers tech; maybe if you make breaking changes you should just rename the project instead of confusing everyone?...Trying to migrate an Async Class to Worker
Default Export... fetch handler and have everything work there? would that even be desirable? I think I could maybe just pull all of the fetch items out and only use them within the handler, but that seems like making an issue way more complex than it needs to be.
Code is available here: https://github.com/Senti3ntB3ing/cloudflare-en-passant
Class in question is available in twitch_chat.js...Issues with workers ai, redirect loop to /usage even though I don’t have an existing worker
Debugging cloudflare workers on Visual Studio 2022
My worker's execution depends on a message from another worker - how to wait without exceeding CPU?
Scheduled Worker - Unexpected 429s
scheduled()) where some of our outbound fetch calls to external APIs are intermittenly getting rate limited (429s) or forbidden (403) responses .
We only make one request to these endpoints every 15 minutes, so my only guess is that this is due to other scheduled workers sharing infrastructer / egress IPs? Can someone confirm and provide guidance?...How can I download wrangler.toml from a worker? I know how to do it for pages project
npx wrangler pages download config XXX
npx wrangler pages download config XXX
Worker Tunnel Private IP Access
Exceeded CPU Time Limits
Workers with Postmark SDK stopped working
Vite plugin (RRv7): How to read in static markdown?
Specific Worker Access in Cloudflare Team
Requests to none Cloudflare sites with path /cdn-cgi/ fail
/cdn-cgi/ because Cloudflare handles these.
Is there any documentation for this problem and why does Cloudflare even handle these requests?
Example Worker
```js...