livepeer / task-runner

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

Remove unused tasks Import and Transcode #215

Closed mjh1 closed 11 months ago

mjh1 commented 11 months ago

Import was previously used for recordings v1 Transcode was another legacy flow, for creating a "mutation" of existing assets e.g. to ask for a different profile for the master rendition

codecov[bot] commented 11 months ago

Codecov Report

Merging #215 (36ae13f) into main (10cd899) will increase coverage by 2.35268%. The diff coverage is 0.00000%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##                main        #215         +/-   ##
===================================================
+ Coverage   15.35565%   17.70833%   +2.35268%     
===================================================
  Files             19          17          -2     
  Lines           2390        1920        -470     
===================================================
- Hits             367         340         -27     
+ Misses          1997        1555        -442     
+ Partials          26          25          -1     
Files Changed Coverage Δ
api/errors.go 0.00000% <ø> (ø)
task/files.go 0.00000% <0.00000%> (ø)
task/paths.go 64.28571% <ø> (+8.03571%) :arrow_up:
task/runner.go 22.19959% <ø> (ø)
task/upload.go 21.24248% <0.00000%> (ø)

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 10cd899...36ae13f. Read the comment docs.

Files Changed Coverage Δ
api/errors.go 0.00000% <ø> (ø)
task/files.go 0.00000% <0.00000%> (ø)
task/paths.go 64.28571% <ø> (+8.03571%) :arrow_up:
task/runner.go 22.19959% <ø> (ø)
task/upload.go 21.24248% <0.00000%> (ø)