<https://github.com/cloudflare/workers-sdk> and they can move if it needs to go elsewhere
https://github.com/cloudflare/workers-sdk and they can move if it needs to go elsewhere


4/5/24, 7:31 PM
We are working on (couldn't quite make it for this week) a change where when you call another Worker via a service binding, this won't be billed as a request
RPC to another Worker (over a Service Binding) usually does not even cross a network. In fact, the other Worker usually runs in the very same thread as the caller, reducing latency to zero. Performance-wise, it’s almost as fast as an actual function call.
