Add Prisma connection retry with exponential backoff for transient errors #1050
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#1050
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
The app crashes on database connection errors during startup or transient network blips (related to issue #687's container startup wait). Add retry logic: on connection error, retry up to 3 times with 1s, 2s, 4s exponential backoff. Log each retry. If all retries fail, exit with code 1 and clear error message. This complements #1047 (pool limits) by handling the retry case.
Generated by CEO Planner (priority: 3)