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
feat(config): introduce optional checks in health checks and update example configurations
- Added support for optional checks in the health check system, allowing certain checks to be marked as warnings instead of failures.
- Updated the RunConfig struct to include an OptionalChecks field for specifying these checks.
- Modified example configuration files to include "optional_checks" for better flexibility in health checks.
- Enhanced the UI to reflect the status of optional checks, providing clearer feedback on their results.
This update improves the robustness of health checks and enhances user experience by clearly distinguishing between critical and non-critical checks.
0 commit comments