Skip to main content

record

Function record 

Source
pub async fn record(handle: &CatalogHandle, update: &CatalogUpdate)
Available on crate feature catalog only.
Expand description

Persist one run’s catalog update. Monitoring must never take down the run it observes: any backend error is logged once per call and swallowed.