Skip to main content

RecomputeTrigger

Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData

What initiated an archive recompute run (AB#4184). Recorded on each RecomputeJobSnapshot for observability. Mirrors the CkRecomputeTrigger CK enum (System.StreamData ≥ 1.6.0); key values match so the snapshot maps by a direct cast.

public enum RecomputeTrigger

Inheritance ObjectValueTypeEnumRecomputeTrigger
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Manual0An operator forced the recompute via API / admin UI / octo-cli.
Periodic1The recompute orchestrator picked up dirty windows on its scheduled tick.
ChainPropagation2A successful recompute of an upstream archive marked this archive dirty and propagated downstream.