livepeer / task-runner

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

api: Create an API server for Catalyst callbacks #56

Closed victorges closed 2 years ago

victorges commented 2 years ago

This is to create an API server that will be called by Catalyst both during the processing of a video to report progress on the task, as well as when it is finished to report on the final result.

Played around with different possibilities but in the end just kept the handling of the callback inside task/runner.go itself, which is the core of the task-runner implementation right now.

Implements #49