hi all, i'm developing a worker that has access to D1 databases through D1 database bindings (set as variables under D1 Database Bindings). how am i able to reach those databases when i'm developing locally? using queries like this: {results} = await env.IRADB.prepare(<here goes the query>).bind(<binds>).run();
what is the recommended way for large video file(s) upload to r2? Can we get an event on upload complete event in the cloudflare queues for further processing.
Someone else might know more exact details but in essence a fetch request goes through the normal cdn request pipeline
If it's same-zone (worker running on same website as the one its fetching) then it skips some things like Workers, not sure on exactly everything it skips If it's not same zone it's full request pipeline
Hi, V8 team wrote a blog of the new API of the JSPI proposal. https://v8.dev/blog/jspi-newapi I wonder whether workers will enable this experimental feature anytime soon?
I raised this discrepancy to the team so it can be fixed. The $0.30/mo on the docs is correct, the 0.15 comes from back when unbound usage model charged for cpu usage as well and you can see the blog linked above for a detailed explanation of what changed