pub fn reclassify_task_artifacts(
conn: &Connection,
task_id: &str,
) -> Result<usize>Expand description
Re-run artifact extraction over every event of a task and write the
result back to events_index.artifacts. Used to backfill events
that were ingested before Phase B landed. Returns the number of
events touched. Wipes the pack cache for the task so the next
render reflects the freshly extracted artifacts.