File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ Educates
9696 :maxdepth: 2
9797 :caption: Release Notes:
9898
99+ release-notes/version-3.7.3
99100 release-notes/version-3.7.2
100101 release-notes/version-3.7.1
101102 release-notes/version-3.7.0
Original file line number Diff line number Diff line change 1+ Version 3.7.3
2+ =============
3+
4+ Features Changed
5+ ----------------
6+
7+ * The training portal has been made more resilient when allocating and
8+ managing workshop sessions under load. Previously, when many sessions were
9+ being requested at the same time, or when the Kubernetes REST API was slow
10+ to respond or applying throttling, session allocation could fail or requests
11+ could back up, sometimes surfacing as a ` database is locked ` error or as
12+ failed or timed out session requests. Updates the training portal makes to
13+ Kubernetes are now performed in a way that no longer blocks other session
14+ activity while waiting on the Kubernetes API, reducing failed sessions and
15+ improving reliability under high traffic.
You can’t perform that action at this time.
0 commit comments