Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/plan / runOscillationBounded

Function: runOscillationBounded()

ts
function runOscillationBounded(): Promise<JournalEntry[]>;

Defined in: packages/plan/src/m9-cassettes.ts:898

oscillation-bounded (DEF-2): an escalated branch is cancelled and re-added byte-identically twice; every plan_revise call debits one revisionUnit (including the drop on the linked done node), each link debits one spawnUnit, the worker is paid once and only once, and the lineage counters never reset.

Returns

Promise&lt;JournalEntry[]&gt;