livepeer / task-runner

Background service that executes tasks from the Livepeer API. Mainly used for VOD.
MIT License
4 stars 2 forks source link

Dont humanize errors from internal segmenting #220

Closed mjh1 closed 11 months ago

mjh1 commented 11 months ago

If there is an issue with a segment generated by us then we don't want to humanize this as it won't be retried and will be presented to the user as an input error. Instead the job should be retried and investigated by us if persistent.

codecov[bot] commented 11 months ago

Codecov Report

Merging #220 (b176840) into main (29b8cd9) will increase coverage by 0.12682%. The diff coverage is 100.00000%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##                main        #220         +/-   ##
===================================================
+ Coverage   17.69547%   17.82229%   +0.12682%     
===================================================
  Files             16          16                 
  Lines           1944        1947          +3     
===================================================
+ Hits             344         347          +3     
  Misses          1575        1575                 
  Partials          25          25                 
Files Coverage Δ
task/runner.go 22.67206% <100.00000%> (+0.47247%) :arrow_up:

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 29b8cd9...b176840. Read the comment docs.

Files Coverage Δ
task/runner.go 22.67206% <100.00000%> (+0.47247%) :arrow_up: