Skip to content

feat: add price staleness detection and alerting to oracle service#129

Merged
Smartdevs17 merged 3 commits intoSmartdevs17:mainfrom
dimka90:feat/oracle-price-staleness-detection
Mar 25, 2026
Merged

feat: add price staleness detection and alerting to oracle service#129
Smartdevs17 merged 3 commits intoSmartdevs17:mainfrom
dimka90:feat/oracle-price-staleness-detection

Conversation

@dimka90
Copy link
Copy Markdown
Contributor

@dimka90 dimka90 commented Mar 24, 2026

Implement Oracle price staleness detection and alerting.

  • Tracks last successful update timestamp
  • Logs a WARN alert when price age exceeds the threshold (default 5m)
  • Provides structured logs for monitoring systems
  • Includes unit tests verifying the detection logic

Closes #78

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 24, 2026

@dimka90 is attempting to deploy a commit to the smartdevs17's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 24, 2026

@dimka90 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Smartdevs17
Copy link
Copy Markdown
Owner

@dimka90 fix pipeline issue

@Smartdevs17
Copy link
Copy Markdown
Owner

merge conflicts and ci-issues

@Smartdevs17 Smartdevs17 merged commit 69ba3c4 into Smartdevs17:main Mar 25, 2026
3 of 8 checks 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.

Feature: Add Oracle price staleness detection and alerting

2 participants