Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant