Skip to content

ExternalFailureDto

reference
1 min readUpdated

Kind: Class

Source: atloria-monorepo/apps/api/src/documentation/dto/doc-automation.dto.ts

Terminal failure reported by an external generator (atlorix-runner) once it has exhausted its retries. Without this the runner could only report PROGRESS, so a job whose subprocess died stayed RUNNING in the DB until the 2-hour stuck-job sweeper expired it — the UI spun, and the real reason (which the runner had in hand) was never persisted anywhere.

Properties

PropertyType
errorstring
errorStagestring
errorStackstring

Was this page helpful?

Download as PDF