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

Improve startup robustness and monitoring for connected services #185

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

Wiebke
Copy link
Member

@Wiebke Wiebke commented Jul 31, 2024

This PR adds a new affix to the interface indicating the reachability of infrastructure including access to Tiled for input data, masks, and segmentation results, as well as Prefect server and Prefect worker. Additionally, infrastructure components not being available no longer hinders startup of the application, but instead issues a warning.

Reachability is queried once per minute. Since Prefect is also querying the state of its workers at an interval of a minute, there may be a delay in recognizing if the Prefect worker is up an running.

The state is shown with colored icons in the affix on hover and also summarized by color (red if anything is unreachable, gray if everything is reachable).
Screenshot 2024-07-31 at 11 31 04

Adresses #180.

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 this pull request may close these issues.

1 participant