TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Stripe's API was down

164 点作者 klinskyc将近 6 年前

14 条评论

edwinarbus将近 6 年前
We&#x27;re back up as of 17:02 UTC: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;stripestatus&#x2F;status&#x2F;1149002362691833856" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;stripestatus&#x2F;status&#x2F;1149002362691833856</a>
评论 #20404357 未加载
评论 #20406744 未加载
评论 #20404282 未加载
评论 #20404003 未加载
评论 #20406970 未加载
klinskyc将近 6 年前
Between Cloudflare, Google, and now Stripe, I feel like there&#x27;s been a huge cluster of services that never go down, going down. Curious to see Stripe&#x27;s post-mortem here
评论 #20404184 未加载
评论 #20404661 未加载
评论 #20404439 未加载
评论 #20406116 未加载
rectangletangle将近 6 年前
If you haven&#x27;t broken a critical system at least once, you haven&#x27;t written enough production code. Everyone appreciates the other 99.993207% of the time where the system functions flawlessly. I look forward to reading the postmortem.
评论 #20404667 未加载
评论 #20407017 未加载
pgm8705将近 6 年前
This is painful. I get a text notification every time a transaction fails... they&#x27;re really flying in right now. Losing a ton of revenue and it is completely out of my hands.
评论 #20404065 未加载
评论 #20403986 未加载
评论 #20403967 未加载
评论 #20404191 未加载
cameronbrown将近 6 年前
Google had their cables physically sliced.<p>Cloudflare was brought down by a config push.<p>Anybody want to guess what killed Stripe this morning?
评论 #20404284 未加载
jammygit将近 6 年前
I wonder what the global cost to the economy of a 24 hour stripe outage would be. It’s crazy when you think about how important certain “infrastructure” is
uxamanda将近 6 年前
Looks like it is struggling again.
评论 #20406814 未加载
craze3将近 6 年前
No wonder my bugfix wasn&#x27;t working
评论 #20404226 未加载
novaleaf将近 6 年前
As of 22:00 UTC, stripe was down again. I think it&#x27;s up now.
pcunite将近 6 年前
LinkedIn appears to be having issues right now too.
kamizoo将近 6 年前
Yup - not to plug my own website (others may find it useful) - got a notification for this 14 minutes ago at <a href="https:&#x2F;&#x2F;statusnotify.com" rel="nofollow">https:&#x2F;&#x2F;statusnotify.com</a>
评论 #20404290 未加载
评论 #20404903 未加载
评论 #20405981 未加载
评论 #20404135 未加载
评论 #20403963 未加载
评论 #20404011 未加载
normalperson将近 6 年前
&quot;Elevated Error Rates&quot; is such a BS term. They were down. Man up and own the mistake.
评论 #20404419 未加载
评论 #20404388 未加载
评论 #20404732 未加载
评论 #20405201 未加载
the-dude将近 6 年前
My conspiracy theory still is they are decommissioning Huawei equipment.<p>Which can be easily camouflaged by a post-mortem about pushing a wrong configuration file.
评论 #20404062 未加载
评论 #20404045 未加载
评论 #20404067 未加载
techie128将近 6 年前
I have built APIs in the Finance realm with 100% uptime. I also have used Stripe in the past, I wonder why can&#x27;t you achieve a 100% uptime for your users? Are there regulatory constraints that prevent you from designing such a system?<p>You could break up your transaction API into two parts - a front facing API that simply accepts a transaction and enqueues it for processing and one that actually performs the transaction in the background. The front facing API should have low complexity and rarely change. It can persist transactions in a KV store like Cassandra to maximize availability.<p>The backend API that performs the transaction can have higher complexity and can afford to have lower availability. From the client&#x27;s perspective, you could either respond immediately (HTTP 200) or with accepted (HTTP 202). In either case the client will be happier than the transaction failing outright.<p>I am sure your engineers have put in a lot of thought to designing this system but 24 minutes of downtime is unacceptable in the Finance domain unless you expect your users to retry failed transactions which beats the point of using Stripe.<p>Edit: Can someone explain why am I being downvoted? Rather than downvoting, can you provide arguments that make sense?
评论 #20405706 未加载
评论 #20405534 未加载
评论 #20406074 未加载
评论 #20405624 未加载
评论 #20410931 未加载
评论 #20405567 未加载