# incident channel

Published articles for incident channel.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Interning at incident.io: rate limiting, resiliently

DevFeed: [Interning at incident.io: rate limiting, resiliently](<https://devfeed.tech/articles/interning-at-incident-io-rate-limiting-resiliently-11848.md>)

Original publisher: [Read original article](<https://incident.io/blog/interning-at-incident-io-rate-limiting-resiliently>)

Author: Anthony Oparaocha

Published: 2026-09-02T10:33:13Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [memory](<https://devfeed.tech/tags/memory.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [product](<https://devfeed.tech/tags/product.md>), [production](<https://devfeed.tech/tags/production.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

An incident.io intern describes making rate limiting resilient to the loss of its Valkey backing store. The solution used per-pod in-memory top-k buffers so the platform could continue rate limiting instead of failing open when Valkey became unavailable.

### Source excerpt

Our rate limiter depends on Valkey. If Valkey goes down we fail open and stop limiting which isn't good enough for our platform. As an intern, I built per-pod in-memory top-k buffers so we keep rate limiting even with the backing store gone.

## We turned off Pub/Sub and nobody noticed

DevFeed: [We turned off Pub/Sub and nobody noticed](<https://devfeed.tech/articles/we-turned-off-pub-sub-and-nobody-noticed-12060.md>)

Original publisher: [Read original article](<https://incident.io/blog/we-turned-off-pub-sub-and-nobody-noticed>)

Author: Patrick Hamann; Mike Fisher

Published: 2026-08-11T13:56:40Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [event driven](<https://devfeed.tech/topics/event-driven.md>), [Messaging](<https://devfeed.tech/topics/messaging.md>), [Publish-subscribe pattern](<https://devfeed.tech/topics/pubsub.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Apache Pulsar](<https://devfeed.tech/topics/pulsar.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [broker](<https://devfeed.tech/tags/broker.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [event-driven](<https://devfeed.tech/tags/event-driven.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [messaging](<https://devfeed.tech/tags/messaging.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [production](<https://devfeed.tech/tags/production.md>), [scale](<https://devfeed.tech/tags/scale.md>), [slack](<https://devfeed.tech/tags/slack.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>)

### AI overview

This developer article explains how incident.io made its predominantly event-driven platform more resilient by adding a secondary message broker alongside Google Cloud Pub/Sub. It describes the role of message brokers and publish-subscribe processing, the risks of a single point of failure, and the successful production test in which Pub/Sub was turned off without affecting customers.

### Source excerpt

Our entire event-driven platform ran through a single message broker, which made it a single point of failure. So we added a second one. This is the story of building an event load balancer, the queuing theory behind it, and the final chaos test where we turned off Pub/Sub in production and nobody noticed.

## Introducing Investigations, powered by Nexus.

DevFeed: [Introducing Investigations, powered by Nexus.](<https://devfeed.tech/articles/introducing-investigations-powered-by-nexus-11855.md>)

Original publisher: [Read original article](<https://incident.io/blog/introducing-investigations-powered-by-nexus>)

Author: Pete Hamilton

Published: 2026-08-05T13:48:00Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [Incident response](<https://devfeed.tech/topics/incident-response.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [root-cause-analysis](<https://devfeed.tech/tags/root-cause-analysis.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>)

### AI overview

The article introduces Investigations, an incident.io feature powered by Nexus that autonomously investigates and diagnoses incidents alongside human responders. It analyzes context such as postmortems, logs, metrics, deployments, and dependencies, then provides hypotheses, evidence, next steps, and visible reasoning throughout incident resolution.

### Source excerpt

Today we're launching Investigations: agentic root cause analysis that starts the moment you're paged, figures out what broke and why, and works with your team through to resolution. Here's what we built, what's powering it, and why it took some time to get right.

## Institutional knowledge doesn't scale: Building an agentic data analyst

DevFeed: [Institutional knowledge doesn't scale: Building an agentic data analyst](<https://devfeed.tech/articles/institutional-knowledge-doesn-t-scale-building-an-agentic-data-analyst-11588.md>)

Original publisher: [Read original article](<https://incident.io/blog/agentic-data-analyst-pt-i>)

Author: Navo Das

Published: 2026-08-03T10:45:52Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [semantic-layer](<https://devfeed.tech/topics/semantic-layer.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [text2sql](<https://devfeed.tech/topics/text2sql.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [metric-standardization](<https://devfeed.tech/topics/metric-standardization.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [building](<https://devfeed.tech/tags/building.md>), [data](<https://devfeed.tech/tags/data.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [llm](<https://devfeed.tech/tags/llm.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [semantic-layer](<https://devfeed.tech/tags/semantic-layer.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [sql](<https://devfeed.tech/tags/sql.md>), [tool](<https://devfeed.tech/tags/tool.md>)

### AI overview

The article explains why dashboard-based self-service analytics and direct LLM access to a data warehouse leave important gaps. It describes building an agentic data analyst, called the "data brain," to distribute institutional data knowledge and help employees ask questions while addressing issues such as canonical joins, filters, metrics, and judgment required to produce correct SQL.

### Source excerpt

Institutional knowledge was always the bottleneck. Here's how we built an agentic data analyst to distribute it more efficiently -- and what happened when we let the whole company ask it questions.

## Behind the Flame: Nicole Hussein

DevFeed: [Behind the Flame: Nicole Hussein](<https://devfeed.tech/articles/behind-the-flame-nicole-hussein-11666.md>)

Original publisher: [Read original article](<https://incident.io/blog/behind-the-flame-nicole-hussein>)

Author: Megan Batterbury

Published: 2026-07-30T14:00:00Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>)

Tags: [collaboration](<https://devfeed.tech/tags/collaboration.md>), [customers](<https://devfeed.tech/tags/customers.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [on-call](<https://devfeed.tech/tags/on-call.md>), [outage](<https://devfeed.tech/tags/outage.md>), [platform](<https://devfeed.tech/tags/platform.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [product](<https://devfeed.tech/tags/product.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [technical](<https://devfeed.tech/tags/technical.md>)

### AI overview

This Behind the Flame profile introduces Nicole Hussein, a Product Engineer at incident.io. It describes her work across product specifications, technical scoping, implementation, customer conversations, and incident-related features, including customizable alert-message templates and ongoing development of the on-call product.

### Source excerpt

Meet Nicole Hussein, Product Engineer here at incident.io. 🔥

## Dashboards aren't (quite) dead

DevFeed: [Dashboards aren't (quite) dead](<https://devfeed.tech/articles/dashboards-aren-t-quite-dead-11741.md>)

Original publisher: [Read original article](<https://incident.io/blog/dashboards-arent-quite-dead>)

Author: Jack Colsey

Published: 2026-07-29T16:24:00Z

Content type: opinion

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [semantic-layer](<https://devfeed.tech/topics/semantic-layer.md>), [metric-standardization](<https://devfeed.tech/topics/metric-standardization.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [data](<https://devfeed.tech/tags/data.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [llms](<https://devfeed.tech/tags/llms.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [semantic-layer](<https://devfeed.tech/tags/semantic-layer.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>)

### AI overview

The article argues that dashboards still matter even as LLMs make flexible, self-serve data analysis increasingly accessible. Semantic layers and reliable interfaces can help humans and LLMs calculate metrics consistently, but dashboards provide a curated, trusted view that keeps the business aligned on which interpretation of the data matters.

### Source excerpt

How they still matter as the curated, trusted layer that keeps both humans and LLMs telling the same story from the same data.

## Fact-checking PagerDuty's Opsgenie alternatives comparison table

DevFeed: [Fact-checking PagerDuty's Opsgenie alternatives comparison table](<https://devfeed.tech/articles/fact-checking-pagerduty-s-opsgenie-alternatives-comparison-table-11773.md>)

Original publisher: [Read original article](<https://incident.io/blog/fact-checking-pager-dutys-opsgenie-alternatives-comparison-table>)

Author: Tom Wentworth

Published: 2026-07-28T14:21:14Z

Content type: opinion

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [incident management](<https://devfeed.tech/topics/incident-management.md>), [Incident response](<https://devfeed.tech/topics/incident-response.md>), [Slack](<https://devfeed.tech/topics/slack.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Microsoft Teams](<https://devfeed.tech/topics/microsoft-teams.md>), [API](<https://devfeed.tech/topics/api.md>), [Terraform](<https://devfeed.tech/topics/terraform.md>), [issue tracker](<https://devfeed.tech/topics/issue-tracker.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [article](<https://devfeed.tech/tags/article.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [microsoft-teams](<https://devfeed.tech/tags/microsoft-teams.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [slack](<https://devfeed.tech/tags/slack.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [terraform](<https://devfeed.tech/tags/terraform.md>)

### AI overview

The article fact-checks PagerDuty's comparison table for Opsgenie alternatives, arguing that its description of incident.io is inaccurate. It presents incident.io as an end-to-end AI incident management platform with on-call scheduling, alert routing, incident response, dashboards, mobile access, status pages, investigation, post-mortems, insights, workflow automation, API access, and Terraform support.

### Source excerpt

PagerDuty published a new comparison table about incident.io. Once again, it describes a product we don't recognize. So once again, we're correcting the record, row by row, with receipts.

## Read Replica Migration: Lessons and Query Routing Patterns

DevFeed: [Read Replica Migration: Lessons and Query Routing Patterns](<https://devfeed.tech/articles/don-t-add-a-read-replica-until-you-ve-read-this-11760.md>)

Original publisher: [Read original article](<https://incident.io/blog/dont-add-a-read-replica-until-youve-read-this>)

Author: Johanna Larsson

Published: 2026-07-21T11:00:45Z

Content type: tutorial

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [learnings](<https://devfeed.tech/tags/learnings.md>), [migrations](<https://devfeed.tech/tags/migrations.md>), [outage](<https://devfeed.tech/tags/outage.md>), [patterns](<https://devfeed.tech/tags/patterns.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [read-replica](<https://devfeed.tech/tags/read-replica.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>)

### AI overview

The article shares incident.io's experience migrating workload to a read replica, including the benefits, operational complexity, and patterns for routing queries between the replica and primary database.

### Source excerpt

Our learnings from implementing a product-wide read replica migrations, including some useful patterns for routing queries to replica and primary

## Your genie is vanishing: introducing the Opsgenie rescue program

DevFeed: [Your genie is vanishing: introducing the Opsgenie rescue program](<https://devfeed.tech/articles/your-genie-is-vanishing-introducing-the-opsgenie-rescue-program-11859.md>)

Original publisher: [Read original article](<https://incident.io/blog/introducing-the-opsgenie-rescue-program>)

Author: Tom Wentworth

Published: 2026-07-09T13:30:00Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [atlassian](<https://devfeed.tech/topics/atlassian.md>), [incident](<https://devfeed.tech/topics/incident.md>), [site-reliability-engineering](<https://devfeed.tech/topics/site-reliability-engineering.md>)

Tags: [atlassian](<https://devfeed.tech/tags/atlassian.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [migration](<https://devfeed.tech/tags/migration.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [sre](<https://devfeed.tech/tags/sre.md>)

### AI overview

incident.io introduces the Opsgenie Rescue Program for customers affected by Atlassian's planned shutdown of Opsgenie. The program offers simplified migration assistance and free overlap, allowing customers to run both systems in parallel without paying two vendors while they validate and complete the transition.

### Source excerpt

Today, we're launching the Opsgenie Rescue Program to make that landing soft: simplified migration and free overlap so you never pay two vendors at once.

## Behind the Flame: Ellie Cherrill

DevFeed: [Behind the Flame: Ellie Cherrill](<https://devfeed.tech/articles/behind-the-flame-ellie-cherrill-11631.md>)

Original publisher: [Read original article](<https://incident.io/blog/behind-the-flame-ellie-cherrill>)

Author: Megan Batterbury

Published: 2026-07-02T14:00:00Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [coding](<https://devfeed.tech/topics/coding.md>), [incident](<https://devfeed.tech/topics/incident.md>), [Slack](<https://devfeed.tech/topics/slack.md>)

Tags: [coding](<https://devfeed.tech/tags/coding.md>), [cto](<https://devfeed.tech/tags/cto.md>), [customers](<https://devfeed.tech/tags/customers.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [on-call](<https://devfeed.tech/tags/on-call.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [slack](<https://devfeed.tech/tags/slack.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>)

### AI overview

This profile follows Ellie Cherrill, a Product Engineer at incident.io, describing her rapid-paced work, which is focused largely on coding and collaboration. She discusses customizing Slack alert messages for customers and contributing to the On-Call system, where changes must be assessed for their impact across the product.

### Source excerpt

Meet Ellie Cherrill, Product Engineer here at incident.io. 🔥

## De-risking a PagerDuty migration: the objections we hear most, and how to clear them

DevFeed: [De-risking a PagerDuty migration: the objections we hear most, and how to clear them](<https://devfeed.tech/articles/de-risking-a-pagerduty-migration-the-objections-we-hear-most-and-how-to-clear-them-11748.md>)

Original publisher: [Read original article](<https://incident.io/blog/de-risking-a-pager-duty-migration>)

Author: Eryn Carman

Published: 2026-06-09T14:49:00Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [incident](<https://devfeed.tech/topics/incident.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [engineering](<https://devfeed.tech/tags/engineering.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [migration](<https://devfeed.tech/tags/migration.md>), [on-call](<https://devfeed.tech/tags/on-call.md>), [organizational](<https://devfeed.tech/tags/organizational.md>), [outage](<https://devfeed.tech/tags/outage.md>), [platforms](<https://devfeed.tech/tags/platforms.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [switching](<https://devfeed.tech/tags/switching.md>), [technical](<https://devfeed.tech/tags/technical.md>)

### AI overview

This article explains why migrating from PagerDuty to another on-call platform is primarily an organizational and change-management challenge rather than a technical one. It presents seven common objections, including risk of missed alerts, and discusses how to address them through ownership, consensus-building, testing, and parallel operation before cutover.

### Source excerpt

Often, switching on-call platforms isn't a technical challenge but a human one. In this post, we break down the seven objections engineering teams raise most often when considering a PagerDuty migration, and share exactly how to address each one.

## Behind the Flame: Pierson Mayhew

DevFeed: [Behind the Flame: Pierson Mayhew](<https://devfeed.tech/articles/behind-the-flame-pierson-mayhew-11670.md>)

Original publisher: [Read original article](<https://incident.io/blog/behind-the-flame-pierson-mayhew>)

Author: Megan Batterbury

Published: 2026-06-04T14:00:00Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [incident management](<https://devfeed.tech/topics/incident-management.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [SRE](<https://devfeed.tech/topics/sre.md>), [Slack](<https://devfeed.tech/topics/slack.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [emea](<https://devfeed.tech/tags/emea.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [slack](<https://devfeed.tech/tags/slack.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [sre](<https://devfeed.tech/tags/sre.md>)

### AI overview

This profile introduces Pierson Mayhew, an Enterprise and Strategic Account Executive at incident.io. He describes enterprise sales, collaboration across the company, developing the go-to-market strategy in EMEA, and his excitement about AI SRE and its potential impact on incident management.

### Source excerpt

Meet Pierson Mayhew, Enterprise/Strategic Account Executive here at incident.io. 🔥

## Customers over control: how we measure On-call reliability

DevFeed: [Customers over control: how we measure On-call reliability](<https://devfeed.tech/articles/customers-over-control-how-we-measure-on-call-reliability-11739.md>)

Original publisher: [Read original article](<https://incident.io/blog/customers-over-control>)

Author: Mike Fisher

Published: 2026-05-28T16:29:00Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [SRE](<https://devfeed.tech/topics/sre.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [site-reliability-engineering](<https://devfeed.tech/topics/site-reliability-engineering.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [API](<https://devfeed.tech/topics/api.md>), [Network](<https://devfeed.tech/topics/network.md>), [incident](<https://devfeed.tech/topics/incident.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [api](<https://devfeed.tech/tags/api.md>), [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [customers](<https://devfeed.tech/tags/customers.md>), [http](<https://devfeed.tech/tags/http.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [load-balancer](<https://devfeed.tech/tags/load-balancer.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [network](<https://devfeed.tech/tags/network.md>), [on-call](<https://devfeed.tech/tags/on-call.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [sre](<https://devfeed.tech/tags/sre.md>)

### AI overview

This article explains how incident.io measures the reliability of its On-call product from the customer's perspective. It focuses on two critical functions, defines SLIs and monthly SLOs, and describes monitoring at the GCP load balancer, alerting, replicated components, and lessons from an AWS outage.

### Source excerpt

Instead of thinking about reliability as an exercise in figuring out what we can control, and ignoring anything beyond that, we think about what we'll be really proud to offer to customers.

## Behind the Flame: Maggie Baxter

DevFeed: [Behind the Flame: Maggie Baxter](<https://devfeed.tech/articles/behind-the-flame-maggie-baxter-11657.md>)

Original publisher: [Read original article](<https://incident.io/blog/behind-the-flame-maggie-baxter>)

Author: Megan Batterbury

Published: 2026-05-21T14:00:00Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [incident management](<https://devfeed.tech/topics/incident-management.md>), [incident](<https://devfeed.tech/topics/incident.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [company](<https://devfeed.tech/tags/company.md>), [customers](<https://devfeed.tech/tags/customers.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [outage](<https://devfeed.tech/tags/outage.md>), [partner](<https://devfeed.tech/tags/partner.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [tech](<https://devfeed.tech/tags/tech.md>)

### AI overview

Maggie Baxter, a Solutions Engineer at incident.io, describes her work helping technology companies evaluate and implement the company's incident management platform. She discusses relationship-building with prospects and customers, collaboration across the organization, the company-wide offsite, and incident.io's culture of care and personalized customer engagement.

### Source excerpt

Meet Maggie Baxter, Solutions Engineer here at incident.io. 🔥

## Engineering teams in 2027

DevFeed: [Engineering teams in 2027](<https://devfeed.tech/articles/engineering-teams-in-2027-11770.md>)

Original publisher: [Read original article](<https://incident.io/blog/eng-in-2027>)

Author: Lawrence Jones

Published: 2026-05-19T15:00:00Z

Content type: opinion

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Code](<https://devfeed.tech/topics/code.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [cursor](<https://devfeed.tech/topics/cursor.md>), [anthropic](<https://devfeed.tech/topics/anthropic.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [code](<https://devfeed.tech/tags/code.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [industry](<https://devfeed.tech/tags/industry.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [stripe](<https://devfeed.tech/tags/stripe.md>)

### AI overview

The article projects how engineering teams may work with AI by the end of 2027. It describes tailored code agents built around frontier models, fast-starting development environments, integrations with Slack, ticketing and deployment tools, and rich codebase documentation. The author argues that the main investment is in the surrounding environment and integrations, enabling agents to verify changes through compilation, tests and local execution.

### Source excerpt

A forward look at where engineering teams are heading with AI, based on conversations with design partners who are visibly six-to-twelve months ahead of the average. Tailored code agents, MCP gateways, agentic products that talk to each other -- most of the picture is already there in pockets, and the rest of the industry is closing the gap fast.

## incident.io launches PagerDuty Rescue Program

DevFeed: [incident.io launches PagerDuty Rescue Program](<https://devfeed.tech/articles/incident-io-launches-pagerduty-rescue-program-11824.md>)

Original publisher: [Read original article](<https://incident.io/blog/incident-io-launches-pager-duty-rescue-program>)

Author: Tom Wentworth

Published: 2026-05-13T13:30:00Z

Content type: release

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [availability](<https://devfeed.tech/tags/availability.md>), [dependency](<https://devfeed.tech/tags/dependency.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [migration](<https://devfeed.tech/tags/migration.md>), [on-call](<https://devfeed.tech/tags/on-call.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [report](<https://devfeed.tech/tags/report.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [switching](<https://devfeed.tech/tags/switching.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [uptime](<https://devfeed.tech/tags/uptime.md>)

### AI overview

incident.io announced the PagerDuty Rescue Program for companies switching their on-call tooling. The program offers contract buyouts, AI-powered migration assistance, built-in migration tooling, a 99.99% uptime guarantee, and AI-first alert investigation.

### Source excerpt

incident.io just launched the PagerDuty Rescue Program, making it easier than ever for engineering teams to ditch their decade-old on-call tooling. The program includes a contract buyout (up to a year free), AI-powered white glove migration, a 99.99% uptime SLA, and AI-first on-call that investigates alerts autonomously the moment they fire.

## Humans aren't fast enough for 4 9's

DevFeed: [Humans aren't fast enough for 4 9's](<https://devfeed.tech/articles/humans-aren-t-fast-enough-for-4-9-s-11819.md>)

Original publisher: [Read original article](<https://incident.io/blog/humans-arent-fast-enough-for-4-nines>)

Author: Norberto Lopes

Published: 2026-05-11T17:19:46Z

Content type: opinion

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [Availability](<https://devfeed.tech/topics/availability.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [incident](<https://devfeed.tech/topics/incident.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [autonomous](<https://devfeed.tech/tags/autonomous.md>), [availability](<https://devfeed.tech/tags/availability.md>), [dependency](<https://devfeed.tech/tags/dependency.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [on-call](<https://devfeed.tech/tags/on-call.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [recovery](<https://devfeed.tech/tags/recovery.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

The article argues that achieving 99.99% availability is fundamentally different from achieving 99.95%. Because the available recovery window is only 4 minutes and 23 seconds per month, human responders are generally too slow, so systems must provide autonomous recovery, redundancy, and enough resilience to survive critical failures before human intervention is needed.

### Source excerpt

Hitting 99.99% isn't a faster version of what you already do. It's a different problem to be solved: autonomous recovery, dependency ceilings, redundancies, and the discipline to build systems that buy you 15-30 minutes before you're needed at all.

## Who's on call? How we improved schedule rendering performance 2,500x

DevFeed: [Who's on call? How we improved schedule rendering performance 2,500x](<https://devfeed.tech/articles/who-s-on-call-how-we-improved-schedule-rendering-performance-2-500x-12079.md>)

Original publisher: [Read original article](<https://incident.io/blog/whos-on-call-how-claude-helped-us-calculate-this-2-500-x-faster>)

Author: Rory Bain

Published: 2026-04-28T14:43:46Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [Claude](<https://devfeed.tech/topics/claude.md>), [Algorithms](<https://devfeed.tech/topics/algorithms.md>), [Code](<https://devfeed.tech/topics/code.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [algorithms](<https://devfeed.tech/tags/algorithms.md>), [claude](<https://devfeed.tech/tags/claude.md>), [code](<https://devfeed.tech/tags/code.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [go](<https://devfeed.tech/tags/go.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [profiling](<https://devfeed.tech/tags/profiling.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>)

### AI overview

The article explains how incident.io improved on-call schedule rendering performance by 2,500x. The system combines historical database entries with future schedule entries calculated in real time, and the improvement came from profiling, algorithmic changes, and Claude Opus 4.6.

### Source excerpt

A look at how on-call schedules work, and how we made rendering them 2,500x faster -- through profiling, smarter algorithms, and some Claude.

## How it feels to run an incident with Investigations

DevFeed: [How it feels to run an incident with Investigations](<https://devfeed.tech/articles/how-it-feels-to-run-an-incident-with-investigations-11798.md>)

Original publisher: [Read original article](<https://incident.io/blog/how-it-feels-to-run-an-incident-with-ai-sre>)

Author: Chris Evans

Published: 2026-04-23T18:06:25Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [User experience (UX)](<https://devfeed.tech/topics/ux.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [SRE](<https://devfeed.tech/topics/sre.md>), [Slack](<https://devfeed.tech/topics/slack.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [slack](<https://devfeed.tech/tags/slack.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [sre](<https://devfeed.tech/tags/sre.md>), [ux](<https://devfeed.tech/tags/ux.md>)

### AI overview

This article walks through using incident.io's Investigations, described as an AI SRE and investigation engine, during a real incident. It focuses on improving the incident-response experience through ergonomic UX, automated investigation work, and Slack-based coordination.

### Source excerpt

For the last 18 months, we've been building Investigations and one of the things we've learned is that UX matters more than you think. This week, I used AI SRE to run a real incident, and I walk you through it end-to-end.

## What does using AI for post-mortems actually mean?

DevFeed: [What does using AI for post-mortems actually mean?](<https://devfeed.tech/articles/what-does-using-ai-for-post-mortems-actually-mean-12068.md>)

Original publisher: [Read original article](<https://incident.io/blog/what-does-using-ai-for-post-mortems-actually-mean>)

Author: incident.io

Published: 2026-04-23T14:29:00Z

Content type: opinion

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Post Mortem](<https://devfeed.tech/topics/post-mortem.md>), [Incident response](<https://devfeed.tech/topics/incident-response.md>), [incident](<https://devfeed.tech/topics/incident.md>), [Compression](<https://devfeed.tech/topics/compression.md>), [Slack](<https://devfeed.tech/topics/slack.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [channel](<https://devfeed.tech/tags/channel.md>), [compression](<https://devfeed.tech/tags/compression.md>), [docs](<https://devfeed.tech/tags/docs.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post](<https://devfeed.tech/tags/post.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [slack](<https://devfeed.tech/tags/slack.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [thread](<https://devfeed.tech/tags/thread.md>)

### AI overview

The article argues that AI can make post-mortems faster by gathering Slack threads, timelines, pull requests, and custom fields into a useful starting point. However, it warns that polished AI-generated documents can become useless if they replace the team's work of understanding what happened, why it happened, and what was learned. It distinguishes compression, which AI can automate effectively, from synthesis, which requires genuine human reasoning.

### Source excerpt

Everyone is using AI to help with post-mortems now. We've built AI into our own post-mortem experience, pulling your Slack thread, timeline, PRs, and custom fields together and giving your team a meaningful starting point in seconds. But "AI for post-mortems" can mean very different things. Post-mortems are just one stage of the broader incident response lifecycle, and AI's role varies across all of it.

## Behind the Flame: Joe Hart

DevFeed: [Behind the Flame: Joe Hart](<https://devfeed.tech/articles/behind-the-flame-joe-hart-11650.md>)

Original publisher: [Read original article](<https://incident.io/blog/behind-the-flame-joe-hart>)

Author: Megan Batterbury

Published: 2026-04-23T10:00:00Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [incident management](<https://devfeed.tech/topics/incident-management.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Code](<https://devfeed.tech/topics/code.md>), [Slack](<https://devfeed.tech/topics/slack.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [code-testing](<https://devfeed.tech/tags/code-testing.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [developer](<https://devfeed.tech/tags/developer.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [slack](<https://devfeed.tech/tags/slack.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tools](<https://devfeed.tech/tags/tools.md>), [work](<https://devfeed.tech/tags/work.md>), [writing-code](<https://devfeed.tech/tags/writing-code.md>)

### AI overview

This profile introduces Joe Hart, a Product Engineer on incident.io's Response team. It describes his work on status pages, the incident management lifecycle, integrations, dashboards, customer issues, coding, testing, and collaboration across engineering teams.

### Source excerpt

Meet Joe Hart, Product Engineer here at incident.io. 🔥

## Why post-mortem action items die

DevFeed: [Why post-mortem action items die](<https://devfeed.tech/articles/why-post-mortem-action-items-die-12088.md>)

Original publisher: [Read original article](<https://incident.io/blog/why-post-mortem-action-items-die>)

Author: Kate Bernacchi-Sass

Published: 2026-04-16T13:55:19Z

Content type: opinion

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [Post Mortem](<https://devfeed.tech/topics/post-mortem.md>), [incident](<https://devfeed.tech/topics/incident.md>), [Incident response](<https://devfeed.tech/topics/incident-response.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>)

Tags: [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [on-call](<https://devfeed.tech/tags/on-call.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [technical](<https://devfeed.tech/tags/technical.md>)

### AI overview

The article explains why post-mortem action items often fail after incident debriefs. It identifies unclear ownership, storage outside the team's normal work tools, vague directions instead of verifiable tasks, and lack of follow-up checks as common failure modes.

### Source excerpt

You can run the best debrief of your life. Honest timeline, blameless tone, real insights. People leave the room nodding. And then nothing happens. Here's how to fix that.

## What to do when OpsGenie sunsets

DevFeed: [What to do when OpsGenie sunsets](<https://devfeed.tech/articles/what-to-do-when-opsgenie-sunsets-12076.md>)

Original publisher: [Read original article](<https://incident.io/blog/what-to-do-when-ops-genie-sunsets>)

Author: Eryn Carman

Published: 2026-04-13T13:00:00Z

Content type: opinion

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [atlassian](<https://devfeed.tech/topics/atlassian.md>), [migration](<https://devfeed.tech/topics/migration.md>), [incident](<https://devfeed.tech/topics/incident.md>), [Incident response](<https://devfeed.tech/topics/incident-response.md>)

Tags: [atlassian](<https://devfeed.tech/tags/atlassian.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [migration](<https://devfeed.tech/tags/migration.md>), [on-call](<https://devfeed.tech/tags/on-call.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [switching](<https://devfeed.tech/tags/switching.md>), [ticketing](<https://devfeed.tech/tags/ticketing.md>)

### AI overview

The article discusses how engineering teams should respond to Atlassian sunsetting Opsgenie in 2027. It presents migration as an opportunity to reassess incident-management needs, weighing switching costs, existing technical debt, and whether Jira Service Management fits real-time incident response.

### Source excerpt

By now, most Opsgenie customers have heard the news: Atlassian is sunsetting Opsgenie in 2027. If you've been sitting with that information and haven't quite figured out what to do with it, you're not alone.

## How to migrate your paging tool without breaking your team

DevFeed: [How to migrate your paging tool without breaking your team](<https://devfeed.tech/articles/how-to-migrate-your-paging-tool-without-breaking-your-team-11806.md>)

Original publisher: [Read original article](<https://incident.io/blog/how-to-migrate-your-paging-tool-without-breaking-your-team>)

Author: Eryn Carman

Published: 2026-03-20T14:32:18Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [incident management](<https://devfeed.tech/topics/incident-management.md>), [incident](<https://devfeed.tech/topics/incident.md>), [Slack](<https://devfeed.tech/topics/slack.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [engineering](<https://devfeed.tech/tags/engineering.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [migration](<https://devfeed.tech/tags/migration.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [scope](<https://devfeed.tech/tags/scope.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [systems](<https://devfeed.tech/tags/systems.md>), [tools](<https://devfeed.tech/tags/tools.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This article presents a framework for migrating an engineering team's on-call and paging system without disrupting critical incident response. It argues that migration should be used to improve the broader incident-management workflow, including triage, communication, coordination, status updates, and postmortems, rather than simply replacing one paging tool with another.

### Source excerpt

Migrating your paging tool is disruptive no matter what. The teams that come out ahead are the ones who use that disruption deliberately. Strategic CSM Eryn Carman shares the four-step framework she's used to help engineering teams migrate and improve their on-call programs.

[Next page](<https://devfeed.tech/tags/incident-channel.md?cursor=WyIyMDI2LTAzLTIwVDE0OjMyOjE4KzAwOjAwIiwgIjBjNmJhMDg0LTZiMGMtNGJjMC1iZWMwLTk0ZmM3YWYzYzM2YSJd>)