Hyperlinkv0.9.0-beta.0

WorkPool

WorkPool.historyQueryconstsrc/WorkPool.ts:564
{
  limit: Schema.optionalKey<Schema.Number>
  since: Schema.optionalKey<Schema.DateTimeUtc>
  until: Schema.optionalKey<Schema.DateTimeUtc>
}

Payload fields for the metrics.query history read — newest limit entries within an optional [since, until] window.

wire schemas
Source src/WorkPool.ts:5645 lines
export const historyQuery = {
  limit: Schema.optionalKey(Schema.Number),
  since: Schema.optionalKey(Schema.DateTimeUtc),
  until: Schema.optionalKey(Schema.DateTimeUtc),
};
Referenced by 2 symbols