Skip to content

Commit

Permalink
Add changeset for SSE closeout change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Jan 31, 2025
1 parent 055f77b commit 9cadf35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-lizards-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'squareone': minor
---

The Times Square UI now closes its connection to the `/times-square/pages/:page/html/events?<qs>` SSE endpoint once the page instance's execution status is "complete" and the HTML hash is computed. With this change, the Times Square UI reduces its ongoing load on the API and also reduces network usage. The HTML page will still update to the latest version because the iframe component pings the Times Square `pages/:page/htmlstatus?<qs>` endpoint. We may back this off or convert the page update to an opt-in future in the future to further reduce network and API load from the front-end.

0 comments on commit 9cadf35

Please sign in to comment.