
525ns and i don't think that adds up here (i'm also running database queries and sending external requests but that's it and those go into wall time)request.cf.botManagement.verifiedBotwrangler.toml in the code editor from the dashboard work?tail_consumers = [{service = "tail"}] in the file but it didn't work.tail and the worker has tail(event) function.setSecret and getSecret. setSecret updates the secrets of itself using the Cloudflare REST API. getSecret returns the environment secret binding. I expected it to be close to 0 latency for doing an RPC call to Edge Config and returning a secret, but it ends up being around 147ms for the RPC call to get an environment variable. The whole reason I have this setup is to have close to 0 read latency to get some dynamic config values.fetch function to test and it works well, so I think the problem isn’t on the tail functionnot cf.edge.server_port in {80 443} to block all traffic to non-standard portsawait this.tail({
test:true
})525ns