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

Add dead letter queue to handle failed messages #687

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

FinnIckler
Copy link
Member

@FinnIckler FinnIckler commented Sep 13, 2024

Added a DLQ that triggers after 4 failed attempts. Then a lambda function triggers from it, which checks if the user was still registered.

If the user is not registered something went really wrong and it sends a notification to sns (which triggers our slack lambda function? Not sure yet).

If the user is registered that means only something in the handling of the message went wrong, which we should investigate, but will not stop registrations from proceeding.

TODO:

  • Make SNS topic and see what we'll do with it

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.

1 participant