Problem with order of events in MediaConvert API destination

0

We have set a rule in EventBridge for MediaConvert to send statuses PROGRESSING, COMPLETE and ERROR to our API as destination. We store the statuses in the db identified by the date and time of receiving. The problem is that for some cases we receive the COMPLETE status first and then PROGRESSING after a few seconds. Is this normal to receive the statuses in this order?

已提问 1 年前269 查看次数
1 回答
0

It is not normal for the MediaConvert service to send the COMPLETE status before the PROGRESSING status. Generally, you should receive the events in the following order: PROGRESSING, (potentially multiple times), then COMPLETE or ERROR.

Network latency, temporary service disruptions, or other factors can sometimes cause events to be delayed or delivered out of order. While it's not common, it can happen. to detect such things you can monitor your AWS infrastructure and the MediaConvert service using Amazon CloudWatch to identify any potential issues that might be causing unusual event order or delays.

profile picture
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则