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

ASSETS-8997 add support for serviceoverload rendition_failed reason #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adamcin
Copy link

@adamcin adamcin commented May 25, 2022

jira: https://jira.corp.adobe.com/browse/ASSETS-8997
depends on upstream @adobe/asset-compute-commons PR#71

Adds support for ServiceOverLoad rendition_failed reason in SDK in order to prevent coercion of "reason": "ServiceOverLoad" to GenericError prior to sending the event to Adobe I/O.

@@ -21,7 +21,8 @@ const {
SourceFormatUnsupportedError,
SourceUnsupportedError,
SourceCorruptError,
RenditionTooLarge
RenditionTooLarge,
ServiceOverLoadError
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See note from adobe/asset-compute-commons#71, which may lead to changes here.

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

Successfully merging this pull request may close these issues.

3 participants