append_rollout_event

Function append_rollout_event 

Source
pub(super) async fn append_rollout_event(
    ctx: &ApplierCtx<'_>,
    now: DateTime<Utc>,
    rollout_id: &RolloutId,
    event: &RolloutEvent,
)
Expand description

Write a bare rollout_event entry to event_log without going through the reducer. Used for RolloutOpened (creation marker; reducer has nothing to validate) and for any out-of-band rollout-level signal.