---
title: "How Github Rebuilt Their Push Processing System"
url: https://daily.dev/posts/how-github-rebuilt-their-push-processing-system-unhoqkpjc
source_url: https://blog.quastor.org/p/how-github-rebuilt-their-push-processing-system-0157
type: article
source: "Quastor Daily"
published: 2025-01-24T16:23:48.677Z
updated: 2025-01-24T16:24:19.384Z
tags: ["github", "rails", "apache-kafka"]
reading_time: 5
upvotes: 0
comments: 0
language: 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.

# How Github Rebuilt Their Push Processing System

**[Quastor Daily](https://daily.dev/sources/quastor)** · 5 min read · 0 upvotes · 0 comments

## Summary

GitHub rebuilt their push processing system to handle code pushes more efficiently by transitioning from a single, monolithic job to a decoupled architecture using Apache Kafka. This update improved scalability, fault isolation, and development ease, while addressing previous issues with retries, blast radius, and latency. The new system led to significant reliability and performance improvements, including a decrease in pull request sync time by 33% and increased the push processing success rate to 99.999%.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.quastor.org/p/how-github-rebuilt-their-push-processing-system-0157>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#rails](https://daily.dev/tags/rails), [#apache-kafka](https://daily.dev/tags/apache-kafka)

[View this post on daily.dev](https://daily.dev/posts/how-github-rebuilt-their-push-processing-system-unhoqkpjc)
