pub async fn insert_task_log( pool: &Pool, run_id: i64, value: &str, ) -> Result<(), Error>
Append one emitted item to a run’s log. value is the serialized tasks::run::ResponseItem exactly as it crossed the wire.
value
tasks::run::ResponseItem