# How groundcover built a durable alert dispatch system with Temporal

DevFeed: [How groundcover built a durable alert dispatch system with Temporal](<https://devfeed.tech/articles/how-groundcover-built-a-durable-alert-dispatch-system-with-temporal-35856.md>)

Original publisher: [Read original article](<https://temporal.io/blog/how-groundcover-built-a-durable-alert-dispatch-system-with-temporal>)

Author: Yosi Zelensky

Published: 2026-05-29T00:00:00Z

Content type: article

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [observability](<https://devfeed.tech/topics/observability.md>), [incident](<https://devfeed.tech/topics/incident.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Go](<https://devfeed.tech/topics/go.md>), [Python](<https://devfeed.tech/topics/python.md>), [FastAPI](<https://devfeed.tech/topics/fastapi.md>), [clickhouse](<https://devfeed.tech/topics/clickhouse.md>)

Tags: [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [community](<https://devfeed.tech/tags/community.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [fastapi](<https://devfeed.tech/tags/fastapi.md>), [go](<https://devfeed.tech/tags/go.md>), [incident](<https://devfeed.tech/tags/incident.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [observability](<https://devfeed.tech/tags/observability.md>), [python](<https://devfeed.tech/tags/python.md>)

## AI overview

groundcover describes rebuilding its alert Dispatch Center on Temporal for a managed BYOC observability platform. The article covers alert routing, lifecycle notifications, durable recovery, high-throughput fan-out, and ordering across monitored Kubernetes clusters.

## Source excerpt

How groundcover rebuilt their alert Dispatch Center on self-hosted Temporal -- two-level Workflows, deterministic IDs as routing, and at-least-once delivery.