pub const TICK_SECONDS: u64 = 1;Expand description
Second-count budget for the “fast re-poll after a state change”
requeue intent (1s). The wire-form value binds the
Ok(after_secs(TICK_RETRY)) / Ok(after_secs(1)) chains every
FSM handler tail + controller.rs signal-consumed / deletion-
preempt arm exit through — pre-lift restated as the TICK_RETRY
local const in tatara-reconciler::phase_machine and as a bare
1 literal in tatara-reconciler::controller, past the ★★
PRIME-DIRECTIVE ≥ 2 duplication threshold across two files that
each named the same intent independently. Post-lift both bind
through this ONE workspace-wide constant so a future budget
normalization (a bounded-rate limiter’s floor, a jitter overlay’s
pivot) lands at ONE owner.