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.
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 thetask-runner
implementation right now.Implements #49