You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.
This is due to the per-domain open connection limit. (I think it's 6 in both Chrome and Firefox.)
Timberlake keeps an open SSE connection in each tab to get updates. The SSE connection should probably be closed when the tab isn't visible. That would require a resync with the server when the tab is focused again.
[crazyidea] Have a normal HTTP endpoint that lets you ask for updates since $(last time this page saw an update). The response would return all running jobs plus the jobs that have finished since the last update.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is due to the per-domain open connection limit. (I think it's 6 in both Chrome and Firefox.)
Timberlake keeps an open SSE connection in each tab to get updates. The SSE connection should probably be closed when the tab isn't visible. That would require a resync with the server when the tab is focused again.
[crazyidea] Have a normal HTTP endpoint that lets you ask for updates since $(last time this page saw an update). The response would return all running jobs plus the jobs that have finished since the last update.
The text was updated successfully, but these errors were encountered: