Degraded Performance

Last checked: 2026-07-03 05:23:27 UTC

Node API
Responding
Database
Connected
Sync Daemon
No sync data
APCu Cache
Not available (graceful degradation)
Chain Indexed
DB tip: 608 (behind)

Programmatic Health Check

Use the JSON endpoint for monitoring:

GET /api/health-check
{
    "status": "degraded",
    "checks": {
        "node": {
            "status": "ok",
            "detail": "Responding"
        },
        "database": {
            "status": "ok",
            "detail": "Connected"
        },
        "sync": {
            "status": "unknown",
            "detail": "No sync data"
        },
        "cache": {
            "status": "disabled",
            "detail": "Not available (graceful degradation)"
        },
        "chain_sync": {
            "status": "warn",
            "detail": "DB tip: 608 (behind)"
        }
    },
    "timestamp": "2026-07-03T05:23:27+00:00"
}