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

CVSB-17157 - retry up to X times on error #21

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

Conversation

castancu
Copy link

@castancu castancu commented Sep 8, 2020

This ticket covers the work required to fix EDH marshaller lambda which sometimes fails when the payload is too big (It returns 413 errors)

If the lambda fails to process the message and throws an error, then it will log the error and it will retry up to X times (configurable from AWS, currently set to 3 times) or until the message expires (60 seconds), after which it will send the message to the respective DLQs for further investigation.

https://jira.dvsacloud.uk/browse/CVSB-17157

@castancu castancu requested review from a user, m-ujaffer and JonLazariniDD September 8, 2020 09:12
@JonLazariniDD
Copy link
Contributor

EDH has been deprioritised

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.

2 participants