pub const HEARTBEAT_SECONDS: u64 = 30;Expand description
Second-count budget for the “steady-state heartbeat” requeue
intent (30s). Bound by the HEARTBEAT const in
tatara-reconciler::phase_machine (7 handler-tail sites), by the
bare 30 literal in tatara-reconciler::controller’s
reconcile-error sink + error_policy, and by the bare 30
literal in tatara-reconciler::table_controller’s ProcessTable
heartbeat + error_policy, past the ★★ PRIME-DIRECTIVE ≥ 2
duplication threshold across three files that each named the
same intent independently.