Skip to content

Graphorin API reference v0.13.8


Graphorin API reference / @graphorin/tools / / DefaultSpillWriterOptions

Interface: DefaultSpillWriterOptions

Defined in: packages/tools/src/result/spill.ts:19

Options for createDefaultSpillWriter.

Properties

PropertyModifierTypeDescriptionDefined in
root?readonlystringArtifact root. Default <os.tmpdir()>/graphorin-spill.packages/tools/src/result/spill.ts:21
startupSweepTtlMs?readonlynumber | falseTTL for the best-effort startup sweep of orphaned run directories. Default 7 days; pass false to disable the startup sweep.packages/tools/src/result/spill.ts:26