Hacker News new | ask | show | jobs
by JaggedJax 2337 days ago
This did affect us on gsuite. We were receiving an error telling us we were blocked due to unusual suspicious activity coming from our ip. It was pretty misleading and took a little bit to realize that wasn't the case.
1 comments

Did you have retry logic that triggered when Sheets started failing requests? Maybe that looked like a DDoS attack while the problem persisted.
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)