File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -221,11 +221,12 @@ For a reliable Coder deployment dealing with medium to high loads, it's
221
221
important that API calls for workspace/template queries and workspace build
222
222
operations respond within 300 ms. However, API template insights calls, which
223
223
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).
225
226
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.
229
230
230
231
** Node Autoscaling**
231
232
You can’t perform that action at this time.
0 commit comments