Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to get fine grained progress of Elastic Transcoder job?

I'm using read_job() API to monitor jobs' progress. This only gives me a very coarse info about the status being one of the: Submitted | In Progress | Complete | Canceled | Error.

However, I'd like to show the user a percentage or ETA when in the In Progress state. Is there any API which gives such a fine grained progress information?

like image 876
vartec Avatar asked Oct 20 '22 05:10

vartec


1 Answers

I don't think the "job % complete" is available to us according to the docs: http://docs.aws.amazon.com/elastictranscoder/latest/developerguide/elastictranscoder-dg.pdf

The JSON status update only has the "PROGRESSING" state which means very little for a user.

Amazon is aware this is a wanted feature from developers, as seen here: https://forums.aws.amazon.com/thread.jspa?messageID=477076&#477076

like image 74
Emanuel Avatar answered Nov 15 '22 05:11

Emanuel