@suluk/seo - v0.1.2
    Preparing search index...

    Interface SkewGuardOptions

    interface SkewGuardOptions {
        endpoint?: string;
        header?: string;
        intervalMs?: number;
    }
    Index

    Properties

    endpoint?: string

    Endpoint that echoes the current deployment id in the header (default "/api/health").

    header?: string

    Response header carrying the id (default "x-deployment-id").

    intervalMs?: number

    Poll interval ms (default 60000).