The retry primitive was correct. The callers weren’t.
Last week I wrote about how 429s turn into retry storms.This week I started scanning real repos.Same pattern.Over and over.
So I built a small CLI to flag it:
npx pitstop-check ./src
It scans TypeScr
execution-reliability.hashnode.dev2 min read