Skip to content

feat: implement contract health checks and alert on indexing failures#829

Open
AdeMi20 wants to merge 1 commit into
SoroScan:mainfrom
AdeMi20:feat/contract-health-monitoring
Open

feat: implement contract health checks and alert on indexing failures#829
AdeMi20 wants to merge 1 commit into
SoroScan:mainfrom
AdeMi20:feat/contract-health-monitoring

Conversation

@AdeMi20

@AdeMi20 AdeMi20 commented Jun 29, 2026

Copy link
Copy Markdown

A proactive contract health monitoring system was implemented across the SoroScan stack to detect ingestion failures and alert operators. This included creating the ContractHealthCheck Django model (exposed via ContractHealthCheckAdmin), writing a Celery task (check_contract_health) scheduled every 5 minutes to verify event freshness and generate system alerts for degraded contracts, and exposing a GET /api/ingest/contracts/{id}/health/ REST endpoint. Finally, a dedicated Next.js Health Dashboard was built in the admin interface to aggregate and visualize the real-time status of all active contracts.

Close #803

@drips-wave

drips-wave Bot commented Jun 29, 2026

Copy link
Copy Markdown

@AdeMi20 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

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.

Contract Health Checks and Monitoring

1 participant