nestjs-temporal-core
    Preparing search index...

    Interface ScheduleServiceHealth

    Schedule service health

    interface ScheduleServiceHealth {
        details: Record<string, unknown>;
        isInitialized: boolean;
        lastError?: string;
        schedulesCount: number;
        status: "healthy" | "unhealthy" | "degraded";
    }
    Index

    Properties

    details: Record<string, unknown>
    isInitialized: boolean
    lastError?: string
    schedulesCount: number
    status: "healthy" | "unhealthy" | "degraded"