Skip to main content

insert_task_log

Function insert_task_log 

Source
pub async fn insert_task_log(
    pool: &Pool,
    run_id: i64,
    value: &str,
) -> Result<(), Error>
Expand description

Append one emitted item to a run’s log. value is the serialized tasks::run::ResponseItem exactly as it crossed the wire.