pub async fn origin_sync_now(
state: State<'_, OriginState>,
target: SyncTarget,
) -> Result<(), CommandError>Expand description
Refresh one target now.
Explicit user intent, so this bypasses the throttle that protects against automatic triggers.