MCPcopy
hub / github.com/bee-queue/bee-queue / HealthCheckResult

Interface HealthCheckResult

index.d.ts:139–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 interface HealthCheckResult {
140 waiting: number;
141 active: number;
142 succeeded: number;
143 failed: number;
144 delayed: number;
145 newestJob?: string;
146 }
147
148 type DoneCallback<T> = (error: Error | null, result?: T) => void;
149}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected