Hacker News new | ask | show | jobs
by fairenough42 2337 days ago
Did you have retry logic that triggered when Sheets started failing requests? Maybe that looked like a DDoS attack while the problem persisted.
1 comments

Google internally use the DDos blocking system to block requests to reduce load on critical systems during outages. (It's common for systems to require reduced load during startup because caches are still filling and user requests after an outage are often more expensive to process)