Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telemetry Playback component and server endpoints should fail gracefully #126

Closed
MJJoyce opened this issue Aug 20, 2019 · 0 comments · Fixed by #127
Closed

Telemetry Playback component and server endpoints should fail gracefully #126

MJJoyce opened this issue Aug 20, 2019 · 0 comments · Fixed by #127
Milestone

Comments

@MJJoyce
Copy link
Member

MJJoyce commented Aug 20, 2019

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.

MJJoyce added a commit that referenced this issue Aug 20, 2019
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.
MJJoyce added a commit that referenced this issue Aug 20, 2019
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.
@MJJoyce MJJoyce added this to the Sprint 2 milestone Aug 20, 2019
MJJoyce added a commit that referenced this issue Aug 29, 2019
Issue #126 - Gracefully fail when database connection can't be made for playback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant