P2: No retry logic for transient API failures in frontend #15

Open
opened 2026-05-13 20:40:04 -05:00 by null · 0 comments
Owner

Severity: P2 — Medium

File: src/lib/api.js ~line 13

Problem: Network hiccups cause immediate failure. No exponential backoff or retry.

Impact: Poor UX on spotty connections.

Fix: Add retry with exponential backoff for transient failures (5xx, network errors).

## Severity: P2 — Medium **File:** src/lib/api.js ~line 13 **Problem:** Network hiccups cause immediate failure. No exponential backoff or retry. **Impact:** Poor UX on spotty connections. **Fix:** Add retry with exponential backoff for transient failures (5xx, network errors).
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#15
No description provided.