WorkerHealthCheckConfig
WorkerHealthCheckConfig
Specifies the configuration for the Worker's HTTP health check endpoint.
Signature
interface WorkerHealthCheckConfig {
    port: number;
    hostname?: string;
    route?: string;
}
Specifies the configuration for the Worker's HTTP health check endpoint.
interface WorkerHealthCheckConfig {
    port: number;
    hostname?: string;
    route?: string;
}