diff --git a/backend/runner/runner.go b/backend/runner/runner.go index c3ca8704b6..3835a8b453 100644 --- a/backend/runner/runner.go +++ b/backend/runner/runner.go @@ -126,7 +126,6 @@ func Start(ctx context.Context, config Config) error { return rpc.Serve(ctx, config.Bind, rpc.GRPC(ftlv1connect.NewVerbServiceHandler, svc), rpc.HTTP("/", svc), - rpc.HealthCheck(svc.healthCheck), ) }