livepeer / task-runner

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

(Catalyst) Handle all support matrix related errors in humanization #108

Open yondonfu opened 1 year ago

yondonfu commented 1 year ago

If Catalyst cannot handle a file because it is not in its support matrix, task-runner should return an error when humanizing that reflects that. The current string matching approach covers a few common support matrix errors from the internals of Catalyst, but once we address https://github.com/livepeer/task-runner/issues/105 we should make sure all support matrix errors are handled.