deps: take keel 0.4.1, so a restarted postgres stops denying identity #26

Merged
PerishFire merged 1 commit from keel-041 into main 2026-07-21 15:33:21 +00:00
Owner
No description provided.
deps: take keel 0.4.1, so a restarted postgres stops denying identity
All checks were successful
guard / guard (pull_request) Successful in 3m42s
7e44a42220
ensign pinned 0.4.0, which holds a single PgConnection and never
re-establishes it. #25 made the api answer 500 instead of 401 during an
outage, but the connection stayed dead afterwards, so every later request
kept answering 500 until the api restarted.

keel 0.4.1 carries Wire::revive(), called between ops. The op that meets
the dead connection still fails; the next one runs revived.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
PerishFire deleted branch keel-041 2026-07-21 15:33:21 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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
PerishLab/ensign!26
No description provided.