Skip to content

feat(core): Implement Resilience and Error Recovery Module#20

Merged
akargi merged 2 commits into
Chulilee:mainfrom
sadeeq6400:feat/errorHandle
Jul 22, 2026
Merged

feat(core): Implement Resilience and Error Recovery Module#20
akargi merged 2 commits into
Chulilee:mainfrom
sadeeq6400:feat/errorHandle

Conversation

@sadeeq6400

@sadeeq6400 sadeeq6400 commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Description

This pull request introduces a robust error handling and recovery module designed to significantly improve the application's stability and resilience. It establishes a foundational pipeline of error-handling strategies using polly-ts-core and integrates a Dead Letter Queue (DLQ) for failed operations.

The core of this module is the ResilienceService, which wraps operations in a series of policies to automatically handle transient faults and prevent system-wide failures.

Closes #2

@akargi
akargi merged commit 80d96c0 into Chulilee:main Jul 22, 2026
1 check passed
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.

Implement Error Handling & Recovery Module

2 participants