Description
Detect when data sources or derived metrics have stopped updating within expected windows.
Requirements and context
- Freshness thresholds
- Source-specific rules
- Alerts
- Historical checks
- Trend output
Suggested execution
Fork the repo and create a branch
git checkout -b feature/backend-staleness-detection
Implement changes
- Create staleness detector
- Run checks on scheduled jobs
- Expose freshness endpoints
- Document staleness rules
Example commit message
feat: build staleness detection service
Guidelines
- Assignment required before starting
- PR must include a closing reference to this issue
- Timeframe: 72 hours
Description
Detect when data sources or derived metrics have stopped updating within expected windows.
Requirements and context
Suggested execution
Fork the repo and create a branch
Implement changes
Example commit message
Guidelines