Skip to content

Add frontend retry backoff tests for API client failures #905

Description

@mimijuwonlo-commits

Area

Frontend API client

Problem

The frontend should recover from transient backend failures without hammering the API or leaving users in stale loading states. Backoff behavior needs focused tests.

Acceptance Criteria

  • Cover retryable 5xx and network failures
  • Do not retry validation or auth errors
  • Assert backoff stops after maximum attempts
  • Expose final failure state to the calling component

Validation

Run frontend API client tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions