Skip to content
Navigation menu
Search
Powered by Algolia
Search
Log in
Create account
DEV Community
Close
#
failuremodes
Follow
Hide
Posts
Left menu
đź‘‹
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
The agent that trusted a bad API: silent failures and validation debt
Walker Miller
Walker Miller
Walker Miller
Follow
Aug 20
The agent that trusted a bad API: silent failures and validation debt
#
failuremodes
#
validation
#
cost
#
tooloutput
Comments
Add Comment
9 min read
Your timeout is a bet: pricing the tradeoff before you pick a number
Walker Miller
Walker Miller
Walker Miller
Follow
Aug 19
Your timeout is a bet: pricing the tradeoff before you pick a number
#
cost
#
failuremodes
#
reliability
#
operations
Comments
Add Comment
6 min read
The cost of undoing: partial failures and the cleanup bill
Walker Miller
Walker Miller
Walker Miller
Follow
Aug 19
The cost of undoing: partial failures and the cleanup bill
#
failuremodes
#
cost
#
rollback
#
partialsuccess
Comments
Add Comment
8 min read
Retry patterns: when you should give up (and why most code doesn't)
Walker Miller
Walker Miller
Walker Miller
Follow
Aug 17
Retry patterns: when you should give up (and why most code doesn't)
#
retries
#
reliability
#
production