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
The playback components and server endpoints should fail gracefully if a database connection cannot be made. At the moment a failed database connection will prevent the GUI plugin from booting properly.
The text was updated successfully, but these errors were encountered:
Update the server endpoints and Playback class so a failed database
connection doesn't prevent the GUI Plugin from functioning / booting
normally. The Playback class tracks whether playback is "enabled" and
the server endpoints use this status flag to determine how best to
respond to requests.
Update the Playback component to display a warning banner if no valid
time ranges were returned from the backend. This can either be because
there's no valid time ranges of data in the database or (more likely)
because the database connection isn't configured or failed.
The playback components and server endpoints should fail gracefully if a database connection cannot be made. At the moment a failed database connection will prevent the GUI plugin from booting properly.
The text was updated successfully, but these errors were encountered: