Is there a way to have a container run like a sidecar next to my worker so it’s always served from t
Is there a way to have a container run like a sidecar next to my worker so it’s always served from the same machine for lowest latency possible?
When you use Containers, incoming requests to your containers are handled by your Worker, and each container has its own Durable Object. You are billed for your usage of both Workers and Durable Objects.


