drupflare/drangler - v0.1.0
    Preparing search index...

    Function probeVps

    • Probes a plain Drupal host: no /serve, no worker headers.

      Exists so the same command can answer "is the site I am migrating away from healthy" and "is the site I migrated to healthy" -- an off-boarding user needs both numbers side by side, and a probe that only understood the worker would make the comparison by hand.

      Parameters

      • deps: ProbeDeps
      • origin: string
      • path: string
      • timeoutMs: number

      Returns Promise<ProbeResult>