Skip to content

Keeper: Optimize RPC queries using batched requests #689

Description

@EDOHWARES

Description

The keeper currently queries task details one by one, which is slow and hits RPC limits. We should batch these queries.

Requirements

  • Use Soroban's batching capabilities if available, or fetch state in larger chunks.
  • Measure and document the performance improvement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stellar WaveIssues in the Stellar wave programkeeperGenerated from backend issue tags: keeperoptimization

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions