Skip to content

dag-scheduler / Exports / ICatchupTriggerResult

Interface: ICatchupTriggerResult

Result of a catchup trigger, including the number of computed slots and started runs.

Table of contents

Properties

Properties

requestedSlotCount

requestedSlotCount: number

Defined in

services/scheduler-trigger-service.ts:46


startedRuns

startedRuns: IStartRunResult[]

Defined in

services/scheduler-trigger-service.ts:47

Released under the MIT License.