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

StragglerInfo

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

Information useful for straggler identification and debugging.

interface StragglerInfo {
causes?: {
[key: string]: StragglerDebuggingInfo;
}
;
startTime?: Date;
}

§Properties

§
causes?: {
[key: string]: StragglerDebuggingInfo;
}
[src]

The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.

§
startTime?: Date
[src]

The time when the work item attempt became a straggler.