0xironclad / 0xironclad/Event-Driven-Notification-System
Phase 6: Implement retries with exponential backoff
Open
phase-6
reliability
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Ensure failed jobs retry gracefully with backoff strategy.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue mentions implementing retries with exponential backoff for failed jobs, likely in the worker layer using BullMQ. Start by examining the existing job queue setup in the workers directory, understand how jobs are currently processed and where failures occur. Look for configuration related to retry logic in BullMQ or the job processor. 'Done' means jobs automatically retry with increasing delays after failures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, postgresql, redis, typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100