Skip to content

RPC-only indexer restarts continuously and drains our Alchemy API consumption #688

@PaulRBerg

Description

@PaulRBerg

Indexer URL: https://envio.dev/app/sablier-labs/lockup-envio/c54f4cb

The affected chain is Sei Network (chain ID 1329). Our RPC config for this chain looks like this:

rpc:
  - for: "sync"
    url: "https://sei-mainnet.g.alchemy.com/v2/${ENVIO_ALCHEMY_API_KEY}"
  - for: "fallback"
    initial_block_interval: 2000
    interval_ceiling: 2000
    url: "https://evm-rpc.sei-apis.com"
  - for: "fallback"
    initial_block_interval: 2000
    interval_ceiling: 2000
    url: "https://sei.drpc.org"

The indexer has been running for some time now, and it's drained our Alchemy consumption:

Image Image

Despite that, the indexer (appears to) restarts continuously (or at least it appears to be doing that). It's never at 100%.

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions