Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate best way to handle transcoding errors #11

Open
danillouz opened this issue Oct 16, 2019 · 2 comments
Open

Investigate best way to handle transcoding errors #11

danillouz opened this issue Oct 16, 2019 · 2 comments
Assignees

Comments

@danillouz
Copy link
Member

Currently errors are captured and send to the serverless dashboard, but it would be good to also "flag" the recording item in the DB.

@danillouz danillouz self-assigned this Oct 16, 2019
@danillouz
Copy link
Member Author

We could update the "status" of the corresponding recording item, so the user knows processing an update failed.
A good approach is usually by using a dedicated SNS topic for errors.

Additionally, if we'd want to retry a transcoding job, we should us a Dead Letter Queue (DLQ), but if we want to explore adding this functionality, we should open a separate issue, because it comes with its own challenges.

@danillouz
Copy link
Member Author

AWS recently announced Lambda Destinations which seems interesting and convenient to deal with errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant