惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
大猫的无限游戏
大猫的无限游戏
雷峰网
雷峰网
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东
V
Visual Studio Blog
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
有赞技术团队
有赞技术团队
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
Engineering at Meta
Engineering at Meta
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
Vercel News
Vercel News
F
Fortinet All Blogs
Last Week in AI
Last Week in AI
M
MIT News - Artificial intelligence
小众软件
小众软件
月光博客
月光博客
A
About on SuperTechFans

Vercel News

Vercel Open Source Program: Winter 2026 cohort How Notion Workers run untrusted code at scale with Vercel Sandbox How we run Vercel's CDN in front of Discourse From idea to secure checkout in minutes with Stripe Building Slack agents can be easy Scaling redirects to infinity on Vercel Advancing Python typing Gamma builds design-first agents with Vercel How Avalara turns pipe dreams into patent-pending with v0 Keeping community human while scaling with agents How OpenEvidence built a healthcare AI that physicians actually trust Security boundaries in agentic architectures Skills Night: 69,000+ ways agents are getting smarter Video Generation with AI Gateway We Ralph Wiggumed WebStreams to make them 10x faster How Stably ships AI testing agents in hours, not weeks How we built AEO tracking for coding agents Anyone can build agents, but it takes a platform to run them Introducing Geist Pixel The Vercel AI Accelerator is back with $6m in credits Making agent-friendly pages with content negotiation The Vercel OSS Bug Bounty program is now available Introducing the new v0 Run untrusted code with Vercel Sandbox, now generally available How Stripe built a game-changing app in a single flight with v0 How Sensay went from zero to product in six weeks AGENTS.md outperforms skills in our agent evals Agent skills explained: An FAQ Testing if "bash is all you need" AWS databases are now live on the Vercel Marketplace and v0
Update regarding Vercel service disruption on August 7, 2...
Guillermo Rauch · 2024-08-09 · via Vercel News

3 min read

Understanding the service disruption and Vercel's next steps

On August 7, 2024, Vercel's Edge Middleware and Edge Functions experienced a significant outage affecting many customers. We sincerely apologize for the service disruption.

Vercel’s platform is designed to minimize the risk of global downtime. As standard practice, we use staggered rollouts for both code and configuration changes. Every aspect of our infrastructure is designed to gracefully fail over to the next available region in the event of an incident, and ensures no single point of failure across infrastructure components. However, on Wednesday, an upstream provider for a subset of our compute infrastructure went into a globally erroneous configuration state.

This event tested our infrastructure's resilience and how we respond to a global provider failure. Let’s break down what happened, how we responded, and the steps we’re taking to eliminate this as a possible failure mode.

Link to headingWhat happened

The service disruption lasted 26 minutes, from 19:13 UTC to 19:23 UTC and 19:26 UTC to 19:42 UTC. During this time, customers using our Edge Middleware and Edge Functions experienced high error rates. This event affected 61% of all invocations, significantly impacting customers. Impact varied by customer depending on their project’s usage pattern and properties of the client’s user agent.

These edge compute services currently rely on a specialized compute provider, distinct from other services on the Vercel Platform. This is why requests to Serverless Functions, Static Files, and ISR were unaffected when not fronted by Edge Middleware.

Initial findings show this provider erroneously failed to respect our global traffic configurations, causing them to unexpectedly block most Vercel requests.

Vercel’s monitoring systems identified the elevated errors and alerted our team who immediately opened a maximum priority internal investigation. From there:

  • Vercel Engineering completed its run books and concluded no services or configurations were changed in the Vercel environment.

  • Vercel Engineering initiated communication with the upstream infrastructure provider to continue triaging the problem.

  • At 19:41 UTC Vercel mitigated the issue by initiating a config override that reset the vendor’s system to a state in which it did not block our traffic. This ended the active disruption in our Edge Middleware and Edge Functions services.

  • At 19:42 UTC the config override restored the desired state and the upstream provider implemented fail-safes for Vercel traffic that are appropriate for our traffic volume.

Link to headingLessons learned and future mitigations

Our infrastructure is designed to avoid single points of failure and ensure automatic failover at every point in our system.

To address this, we are accelerating our ongoing efforts to enhance the resilience of our Edge Middleware and Edge Functions. Here are the key steps we are taking:

  1. Configuration management: We are working closely with this compute provider to ensure their fail-safes are correctly configured. The default traffic limits that triggered the service disruption were already adjusted to accommodate our scale.

  2. Additional redundancy: We are developing a backup option for our Edge Middleware and Edge Function products. This will ensure that even if the primary system fails, we can continue operations with minimal disruption. This initiative has already been in progress, and we will use the lessons from this event to shape that continued effort.

  3. Unified and simplified infrastructure: Our long-term goal is to unify the compute subsystem used to run functions across Edge Middleware, Edge Functions, and Serverless Functions. This unified and simplified infrastructure will be highly available and resilient, reducing dependency on any single provider.

Link to headingMoving forward

While this event was a severe disruption, it has reinforced our commitment to reliability and resilience. We apologize for the impact this event had on our customers and assure you that we are taking comprehensive steps to prevent similar issues in the future.