<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/postmortem-delayed-start-compute-operations-wbtcqlsdk" -->

---
title: Postmortem: Delayed Start Compute Operations | daily.dev
description: Neon experienced two related outages in AWS us-east-1 over a week, totaling 5.5 hours of downtime for customers trying to create or wake inactive databases....
canonical: https://daily.dev/posts/postmortem-delayed-start-compute-operations-wbtcqlsdk
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Postmortem: Delayed Start Compute Operations | daily.dev
og:description: Neon experienced two related outages in AWS us-east-1 over a week, totaling 5.5 hours of downtime for customers trying to create or wake inactive databases....
og:url: https://daily.dev/posts/postmortem-delayed-start-compute-operations-wbtcqlsdk
og:image: https://api.daily.dev/og/posts/wBTCqlsdk.png
og:image:alt: Postmortem: Delayed Start Compute Operations
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Postmortem: Delayed Start Compute Operations

**[Neon](https://daily.dev/sources/neontech)** · 5 min read · 0 upvotes · 0 comments

## Summary

Neon experienced two related outages in AWS us-east-1 over a week, totaling 5.5 hours of downtime for customers trying to create or wake inactive databases. The root cause was IP address exhaustion: a query plan change overloaded the control plane database, preventing database suspensions, which caused ~8,000 pods to run simultaneously and exhaust available IPs in two of three subnets. Mitigation involved reconfiguring AWS CNI WARM_IP_TARGET settings, upscaling the control plane database, and enabling rate limiting at the proxy layer. A second outage on Monday was triggered by reverting those CNI changes. Short-term fixes include doubling VPC subnet sizes and prewarmed compute pools. A longer-term architectural overhaul called 'Cells' is in progress to address underlying Kubernetes scaling limitations.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://neon.com/blog/postmortem-delayed-start-compute-operations>

## Similar posts on daily.dev

- [More Than DNS: The 14 hour AWS us-east-1 outage](https://daily.dev/posts/more-than-dns-the-14-hour-aws-us-east-1-outage-m4b0fv6uu) · Lobsters · 1 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#kubernetes](https://daily.dev/tags/kubernetes)

[View this post on daily.dev](https://daily.dev/posts/postmortem-delayed-start-compute-operations-wbtcqlsdk)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Postmortem: Delayed Start Compute Operations","url":"https://daily.dev/posts/postmortem-delayed-start-compute-operations-wbtcqlsdk","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/postmortem-delayed-start-compute-operations-wbtcqlsdk"},"datePublished":"2026-07-09T06:57:49.955Z","dateModified":"2026-07-09T07:00:15.326Z","description":"Neon experienced two related outages in AWS us-east-1 over a week, totaling 5.5 hours of downtime for customers trying to create or wake inactive databases....","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/de9fbe5f6f23c1a6706eb28681ee6a63?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/de9fbe5f6f23c1a6706eb28681ee6a63?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Neon","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Neon","logo":"https://media.daily.dev/image/upload/s--65EDghou--/f_auto/v1724339118/logos/neontech","url":"https://daily.dev/sources/neontech"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/postmortem-delayed-start-compute-operations-wbtcqlsdk","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"aws,kubernetes","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Neon","item":"https://daily.dev/sources/neontech"},{"@type":"ListItem","position":3,"name":"Postmortem: Delayed Start Compute Operations"}]}
```

