Error handling is a bit of a mess right now.
The local ffmpeg implementation will never state that there is an error, it'll just retry forever and get stuck, you'll need to remove the task if it never starts.
On the other hand, the CloudConvert implementation caches error states so if there is an error you may need to truncate tx_video_cloudconvert_process in addition to removing the task to retry. At least it doesn't get stuck on a single failing task…
I haven't had time to fix those issues yet.
create date status file configuration
{task.crdate -> f:format.date(format: 'l d. M Y')}
{task.crdate -> f:format.date(format: 'H:i:s')}
{task.status}
{task.file_identifier}
{key}
{configuration -> f:format.json()}