Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This allows you to gracefully shutdown any running instances during a rollout. R

### Client to Worker

Recall that Containers are backed by Durable Objects and Workers.
Recall that Containers are backed by [Durable Objects](/durable-objects/) and [Workers](/workers/).
Requests are first routed through a Worker, which is generally handled
by a datacenter in a location with the best latency between itself and the requesting user.
A different datacenter may be selected to optimize overall latency, if [Smart Placement](/workers/configuration/smart-placement/)
Expand Down
Loading