Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WorkerHealthReportResponse

import type { WorkerHealthReportResponse } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

WorkerHealthReportResponse contains information returned to the worker in response to a health ping.

interface WorkerHealthReportResponse {
reportInterval?: number;
}

§Properties

§
reportInterval?: number
[src]

A positive value indicates the worker should change its reporting interval to the specified value. The default value of zero means no change in report rate is requested by the server.