dsv-su / play

Dev repository for Play
0 stars 1 forks source link

Load recorder status async #75

Closed booski closed 2 years ago

booski commented 2 years ago

The "Admin stats and settings" page currently tries to poll the recorders for their status synchronously as part of loading the page, which means that if a recorder is unreachable the page must wait for a timeout before loading.

This should be changed so that the status is fetched in the background without blocking the rest of the page.

orkit commented 2 years ago

This has now been changed to asynchronous polling.