|
|
|
|
|
by jdm2212
1072 days ago
|
|
If I need to write some bytes to an S3 bucket but the network is hosed, there's literally nothing useful I or any library can do until the network is back up. RPC calls will fail, error logs should get written, and a monitor should get triggered, and someone should get paged so they can wake up and figure out why the network is hosed. Nowhere in there is it useful for me to wrap all my S3 writes in try/catch blocks. |
|
> literally nothing useful I can do
For some services, for others queuing the operation for retry is a thing.