Question in regards to service bindings, reading environment variables and latencies. I've a worker
Question in regards to service bindings, reading environment variables and latencies. I've a worker called Edge Config that exposes 2 RPC functions,
It's a Pages -> Workers service binding, both have smart placement turned off. Is this latency normal, how can I further reduce this? Any other recommendations to have dynamic config with close to 0 latency for reads?
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.It's a Pages -> Workers service binding, both have smart placement turned off. Is this latency normal, how can I further reduce this? Any other recommendations to have dynamic config with close to 0 latency for reads?


