๐ Check out this awesome post from Hacker News ๐
๐ **Category**:
โ **What Youโll Learn**:
Software developers learn early in their careers that nothing is more urgent than fixing a production outage. Drop everything! All hands on deck!
However, the same level of urgency is not often given to problems with our development tools, build systems, QA environments, and other parts of the software development pipeline. But for the development team, the development pipeline is a production system.
A software developerโs job is to deliver value for the company. Sometimes that means building new features, sometimes that means fixing critical bugs for the customersโ production systems. But none of this can happen when something is broken in the software development pipeline.
If the code canโt compile, the developers are unable to do their jobs, and the team isnโt producing software. For the development team, this is a production outage. Fixing this should be a top priority.
If the QA server is down, the testers are unable to do their jobs, and the team isnโt producing working software. For the QA team, this is a production outage. Fixing it should be a top priority.

In manufacturing, there are extensive processes and procedures on how to prevent and minimize downtime on the assembly line.
And similar processes exist for IT service outages. But Iโve found that most of those focus on outages in the service provided to customers, not for the people responsible for building and supporting the services.
I recommend thinking about all the components that take you from โcustomer wants somethingโ to โthat something is delivered to customersโ:
- Issue reporting and change request systems, like GitHub Issues, Jira, etc
- Tools developers use to directly build software, like IDEs, build tools (Gradle, Maven, etc), package repositories (npm, Maven Central, internal repositories, etc), local databases, containers, etc
- CI/CD tools (Jenkins, GitHub Actions, etc).
- A failing test suite (surely you donโt deploy to production if the tests are failing?)
- QA server outage (surely you donโt deploy to production if QA hasnโt tested it?)
- Literally any step in your process that prevents you from making changes and deploying them to production
A team with a broken development pipeline canโt produce software, and must treat this as a production outage.
๐ฌ **Whatโs your take?**
Share your thoughts in the comments below!
#๏ธโฃ **#development #pipeline #production #system #sundry.jerryorr.com**
๐ **Posted on**: 1785571384
๐ **Want more?** Click here for more info! ๐
