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

Implement fault tolerance mechanisms (e.g., retries, dead-letter queues, circuit breakers) E5. #253

Open
Tracked by #250
chendiblessing opened this issue Nov 13, 2024 · 0 comments · May be fixed by #280
Open
Tracked by #250
Assignees

Comments

@chendiblessing
Copy link
Collaborator

chendiblessing commented Nov 13, 2024

Description:
Develop and implement mechanisms to enhance the fault tolerance of the DIDComm mediator server. This includes integrating retry logic for failed operations, setting up dead-letter queues for undeliverable messages, and using circuit breakers to prevent cascading failures. The goal is to ensure that the server can continue to operate under adverse conditions or gracefully handle failures.

Acceptance Criteria:

  • Implemented retry mechanisms for key operations.
  • Configured dead-letter queues for handling undeliverable messages.
  • Integrated circuit breaker pattern to manage failing components.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants