livepeer / task-runner

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

Single download pipeline #203

Closed mjh1 closed 1 year ago

mjh1 commented 1 year ago

Initial step towards avoiding task runner needing to download the source file. We check if the file already exists (from catalyst) and skip making the copy at task runner if so. Both cases have been tested by using a local version of catalyst-api with the source copy happening and without.

Also removing the metadata file which we deemed is not needed.

codecov[bot] commented 1 year ago

Codecov Report

Merging #203 (001c609) into main (fda26ec) will decrease coverage by 0.01242%. The diff coverage is 0.00000%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##                main        #203         +/-   ##
===================================================
- Coverage   14.78992%   14.77750%   -0.01242%     
===================================================
  Files             19          19                 
  Lines           2380        2382          +2     
===================================================
  Hits             352         352                 
- Misses          2003        2005          +2     
  Partials          25          25                 
Impacted Files Coverage Δ
task/upload.go 19.26978% <0.00000%> (-0.07849%) :arrow_down:

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 fda26ec...001c609. Read the comment docs.

Impacted Files Coverage Δ
task/upload.go 19.26978% <0.00000%> (-0.07849%) :arrow_down: