Skip to content

Commit d774ed5

Browse files
committed
WIP: long lived
1 parent 066d6ff commit d774ed5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/admin/architectures/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,12 @@ For a reliable Coder deployment dealing with medium to high loads, it's
221221
important that API calls for workspace/template queries and workspace build
222222
operations respond within 300 ms. However, API template insights calls, which
223223
involve browsing workspace agent stats and user activity data, may require more
224-
time.
224+
time. Moreover, Coder API exposes WebSocket long-lived connections for Web
225+
Terminal (bidirectional), and Workspace events/logs (unidirectional).
225226

226-
Also, if the Coder deployment expects traffic from developers spread across the
227-
globe, keep in mind that customer-facing latency might be higher because of the
228-
distance between users and the load balancer.
227+
If the Coder deployment expects traffic from developers spread across the globe,
228+
be aware that customer-facing latency might be higher because of the distance
229+
between users and the load balancer.
229230

230231
**Node Autoscaling**
231232

0 commit comments

Comments
 (0)