|
|
|
|
|
by swiftcoder
33 days ago
|
|
> A deterministic failure doesn’t get better when you retry it Among all the other nonsense here, this one is solid advice. Most software with retries just blindly retries N times - in reality, you need a retry/backoff policy based on the specific type of error encountered (I've been rooting these out of our own software stack lately) |
|