From 61cb254f8674a3153020996b913a6a42ef91292c Mon Sep 17 00:00:00 2001 From: JD Date: Thu, 23 Oct 2025 10:14:06 -0400 Subject: [PATCH] feat(health): add vehicle and prediction state to health checker --- apps/health/lib/health/checkers/state.ex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/health/lib/health/checkers/state.ex b/apps/health/lib/health/checkers/state.ex index aa563aaf..62eb85f9 100644 --- a/apps/health/lib/health/checkers/state.ex +++ b/apps/health/lib/health/checkers/state.ex @@ -10,7 +10,9 @@ defmodule Health.Checkers.State do State.ServiceByDate, State.StopsOnRoute, State.RoutesPatternsAtStop, - State.Shape + State.Shape, + State.Prediction, + State.Vehicle ] def start_link(_opts \\ []) do