P2: No retry logic for transient API failures in frontend #15
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).