wrangler.toml configuration file to customize the development and deployment setup for your Worker project and other Developer Platform …

wrangler to 3.34.2 to fix



fetch with a custom cache key from my Worker to my NOP. The custom cache key formula is: https://${url.hostname}/${language}/${country}/${deviceType}/${url.pathname}${url.search}fetches to my API that would retrieve some data from the db. I also have Cache Rules for my API endpoints, so they're cached in CF after the first request. some-url?test=1 (test in this case is just a random variable here, which does not affect the API request or anything other than the custom cache key), I would get it for ~500 ms the first time and when I do a request for some-url?test=2 I would get it for ~500 ms again. If I refresh any of those I would get it for ~20 ms. I would expect that the test=2 will be already very fast after the test=1 was already executed, because the test query string parameter is not changing anything for the API request.[[durable_objects.bindings]]
name = "LOCK"
class_name = "Lock"https://${url.hostname}/${language}/${country}/${deviceType}/${url.pathname}${url.search}some-url?test=1testtestsome-url?test=2test=2test=100:08:56.974 Detected the following tools from environment: bun@1.1.4, nodejs@18.17.1, npm@9.6.7
00:08:56.975 Installing bun 1.1.4
00:08:57.120 Downloading Bun v1.1.4...
00:08:58.307 Archive: /tmp/asdf-bun.N6Ve/bun.zip
00:08:59.050 inflating: /opt/buildhome/.asdf/downloads/bun/1.1.4/bun
00:08:59.115 Installing Bun v1.1.4...
00:08:59.216 Bun v1.1.4 is installed successfully!
00:08:59.714 Installing project dependencies: npm install --progress=false
00:09:06.876 npm ERR! code EUNSUPPORTEDPROTOCOL