6 ms·
I have seen multi-hour SQS outages recently. I'm thinking of options for how we can go about preventing an application failure if this happens again. * If addi
by chaosmonkey 11y ago
I have seen multi-hour SQS outages recently. I'm thinking of options for how we can go about preventing an application failure if this happens again.
* If adding to SQS fails, temporarily store the item on disk or S3, then add to SQS when it's back up?
* any other options?