Skip to content

Commit

Permalink
Fix metrics for fallback jobs (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh1 authored Sep 12, 2023
1 parent c81f282 commit 7fc5223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ func (c *Coordinator) finishJob(job *JobInfo, out *HandlerOutput, err error) {
WithLabelValues(labels...).
Add(float64(job.transcodedSegments))

go c.sendDBMetrics(job, out)
c.sendDBMetrics(job, out)

job.result <- success
}
Expand Down

0 comments on commit 7fc5223

Please sign in to comment.