

(3/30)*0.02 = $0.002? Or will they charge for a full $0.02 for that script for that month?outbound-proxy does not have envs)PUT https://api.cloudflare.com/client/v4/accounts/${CLOUDFLARE_ACCOUNT_ID}/workers/dispatch/namespaces/${NAMESPACE_NAME}/scripts/${scriptName}const { params_object } = env;Dynamic Worker Loader global fetch() support working as intended?fetch() that works inside the isolate locally with wrangler; however in production we are seeing 405 Method Not Allowed.fetch() requests from inside the isolate on production?fetch() does seem to be working as intended. There must be a configuration error somewhere in our code. Cheers.(3/30)*0.02 = $0.002š Created asset manifest
manifest {
"/src/test.ts": {
"hash": "4ebde158676b318f31b855c7908e31fa",
"size": 1903
}
}
š¤ Starting asset upload session...
assetUpload.create {
jwt: '*********',
buckets: []
}[[env.production.dispatch_namespaces]]
binding = "USER_WORKER_DISPATCHER"
namespace = "custom-tools-workers"
outbound = {service = "outbound-proxy", parameters = ["params_object"]}outbound-proxyenv.USER_WORKER_DISPATCHER Dispatch Namespace
custom-tools-workers (outbound -> outbound-proxy)PUT https://api.cloudflare.com/client/v4/accounts/${CLOUDFLARE_ACCOUNT_ID}/workers/dispatch/namespaces/${NAMESPACE_NAME}/scripts/${scriptName}const userWorker = env.USER_WORKER_DISPATCHER.get(
scriptName,
{},
{
outbound: {
params_object: {
tenantId,
},
},
},
);
const response = await userWorker.fetch('https://dummy-url.local', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify(testData),
});const { params_object } = env;Dynamic Worker Loader405 Method Not Allowed