Skip to content

Sablier subgraph health check failed #25

Description

@fielding

Sablier subgraph health check FAILED

Date: 2026-07-29
Detected by: Automated health check routine

Endpoint

https://indexer.hyperindex.xyz/53b7e25/v1/graphql

Query Used

{ LockupStream(where: { chainId: { _eq: "8453" } }, limit: 1) { tokenId depositAmount } }

Failure Details

  • HTTP Status Code: 429 (Too Many Requests)
  • Raw Response Body: (empty — server returned no body with the 429 status)

Impact

RipGuard's on-chain fallback is active so vaults still load, but vault discovery is degraded (slower). The subgraph is the primary fast path for vault discovery.

Possible Causes

  • Rate limiting on the Envio indexer endpoint
  • Endpoint is overloaded or temporarily unavailable
  • The endpoint or schema may have changed

Recommended Actions

  • Verify the subgraph endpoint is still active and not deprecated
  • Check if the schema has changed — update the query in packages/app/src/app/vaults/page.tsx if needed
  • If persistently rate-limited, add request caching or contact Envio for higher limits
  • Re-run health check after investigating to confirm resolution

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions