Skip to main content

WorkerResult

API Docs


Interface: WorkerResult

Defined in: src/workers/eventGeneration/eventGenerationPipeline.ts:30

Description

Represents the result of a materialization worker run, summarizing the work done.

Properties

errorsEncountered

errorsEncountered: number

Defined in: src/workers/eventGeneration/eventGenerationPipeline.ts:34


instancesCreated

instancesCreated: number

Defined in: src/workers/eventGeneration/eventGenerationPipeline.ts:32


organizationsProcessed

organizationsProcessed: number

Defined in: src/workers/eventGeneration/eventGenerationPipeline.ts:31


processingTimeMs

processingTimeMs: number

Defined in: src/workers/eventGeneration/eventGenerationPipeline.ts:35


windowsUpdated

windowsUpdated: number

Defined in: src/workers/eventGeneration/eventGenerationPipeline.ts:33