Skip to main content

Interface: PayloadSpillOptions

Defined in: packages/workflow-engine/src/kernel/spill.ts:113

Extended by​

Properties​

blobStore​

blobStore: BlobStore

Defined in: packages/workflow-engine/src/kernel/spill.ts:115

Where spilled values are written. Required — see the module comment.


thresholdBytes?​

optional thresholdBytes?: number

Defined in: packages/workflow-engine/src/kernel/spill.ts:121

Soft threshold in bytes of serialised JSON. Defaults to DEFAULT_SPILL_THRESHOLD_BYTES. Number.POSITIVE_INFINITY stops new values from spilling without breaking reads of old ones.