Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

Mailchannels X MailFrom / From / Return-Path

You're more than welcome to ping me, and let me know what you're (eventually) finding out with them. 🙂

Hi, is there any way to request

Hi, is there any way to request verification of email from with a Worker eg API endpoint ?

Yes, you can write it locally, but afaik

Yes, you can write it locally, but afaik it can't actually be tested(unless you pass in the args yourself)

🐛 BUG: Uncaught exception · Issue #1401...

For some weird reason I get [Error: internal error] with postgresjs on local development. It comes from the net.socket connection, and there is no useful other info in the error unfortunately. Wondering if its related to https://github.com/cloudflare/workerd/issues/1401

Hi, I'm looking into Smart Placement and

Hi, I'm looking into Smart Placement and can't find anything around pricing. Are there more details about the pricing of Smart Placement for workers, both now and in the future?

it's free for unlimited requests as well

it's free for unlimited requests as well

is Hono a good alternative to itty-

is Hono a good alternative to itty-router for a small API endpoint? i won't use the JSX rendering engine.

smart placement with R2

Hey all, question. From the behavior I'm seeing, smart placement does not count requests to R2 as "subrequests", and therefore is not getting past the INSUFFICIENT_SUBREQUESTS placement status. Is this expected behavior?...

It’s out of date, everyone has access to

It’s out of date, everyone has access to them

wrangler dev not exposing port on local network

Hey! With wrangler dev --ip 0.0.0.0 I used to be able to access http://192.168.1.26:8787/ from my phone connected to the same wifi network. I can access it from the computer on which I started wrangler, but not from my phone... (i can access other ports, if I run a simple web server for example) I tried upgrading/downgrading wrangler version, nothing changed. Am I missing something?...

What is the best way to throttle api to

What is the best way to throttle api to another rest api endpoint in a worker? The rest end point has a 60 requests/sec hard stop

will there ever be a new version of the

will there ever be a new version of the cloudflare apps? I really though it was a powerfull concept!

I shouldn't have enabled it anyways,

I shouldn't have enabled it anyways, Smart placement is not good for our Worker because it is too monolithic. will need to split it up or do path-based placements

Hi, could anyone explain me in simple

Hi, could anyone explain me in simple terms (I would have put ELIF), why I am getting this error in one worker:
Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response bodies, and others) created in the context of one request handler cannot be accessed from a different request's handler. This is a limitation of Cloudflare Workers which allows us to improve overall performance.
Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response bodies, and others) created in the context of one request handler cannot be accessed from a different request's handler. This is a limitation of Cloudflare Workers which allows us to improve overall performance.
...

Custom pricing issue

I work with the Enterprise support team and will keep myself on the ticket to make sure it's correctly handled

CPU / Memory Leak Workers + Maybe Async Local Storage?

This clearly looks like a (memory) leak somewhere right? Or what could this indicate? We've weird, sudden CPU / memory spikes that always kind of build up like this and no idea how to debug this. Switched to unbound from bundled just to keep our API awake, would be great if the tail workers could tell us how much CPU a request consumed
No description

OK got this working Documentation and

OK - got this working. Documentation and even the Cloudflare AI Assistant are certainly not adequate for this.

Subrequest limit

A recent blog post says the pricing for Worker. However, one of the differences between Bundled/Unbundled is the limit on the number of subrequests, and I'm wondering what the limit is after

soketi

Can someone help me understand costs associated with using workers for websockets? I'm specifically using https://soketi.app/ that uses unbounded workers and durable objects in my cloudflare account. Tho, for the life of me I cannot figure out how to calculate pricing around usage 😅 ...

Password Hashing

How about we move to a thread?