Skip to content

fetch: add retry/backoff and endpoint resilience for Overpass requests #8

@blackopsrepl

Description

@blackopsrepl

Problem

The default configuration relies on a single Overpass endpoint and a single request attempt.

Why this matters

Live Overpass infrastructure is rate-limited and occasionally unreliable; production consumers need better resilience and diagnosability.

Scope

  • Add configurable retry/backoff.
  • Support endpoint fallback or endpoint pools.
  • Improve error context for HTTP failures and timeouts.
  • Consider cache reuse behavior when refresh attempts fail.

Acceptance criteria

  • Transient request failures are retried.
  • Multiple endpoints can be configured.
  • Errors include enough detail to diagnose endpoint/network problems.

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