Three Weeks of Artificial Coma
Every year-end, the same ritual repeats in Luxembourg. IT teams receive the fateful memo: "Change freeze from December 10 to January 2. No deployments authorized. No modifications in production."
Three weeks. Twenty-one days during which innovation stops, the backlog swells, and teams stare at their screens waiting for the calendar to turn. They call it "risk management." I call it what it actually is: a public admission that we don't trust our own delivery pipeline.
Because that's exactly what this is about. If your deployment processes were reliable, if your tests were comprehensive, if your rollback capability was instant, why would you need to freeze everything?
The change freeze isn't a security tool. It's the symptom of an immaturity we've collectively agreed not to name.
The Anatomy of an Invisible Tax
Let's face the numbers. A three-week freeze on a 200-person IT organization means:
A measurable direct cost. Three weeks of frozen development capacity represents roughly 15% of the annual delivery capacity. On a 20-million-euro IT budget, the freeze implicitly costs 3 million in lost productivity. This number appears in no financial report. Nobody calculates it. Nobody challenges it.
A domino effect in January. The backlog accumulated during the freeze creates an overload at the start of the year. Teams end up urgently deploying changes that should have been rolled out gradually in December. The paradoxical result: January concentrates more incidents than December would have generated without the freeze. The policy meant to reduce risk displaces and amplifies it.
A disastrous cultural signal. When an organization decrees a freeze, it tells its teams: "We know our processes aren't reliable. Rather than fixing them, we'd rather shut everything down." That's the exact opposite of the message modern IT leadership should be sending.
A competitive distortion. While Luxembourg hibernates, Google deploys thousands of changes per day. Netflix pushes code to production several times per hour. Spotify delivers features continuously, weekends and holidays included. Not out of recklessness, out of maturity. These organizations invested in pipelines that make the freeze unnecessary.
The Freeze as a Maturity Indicator
Let's be clear: a short, targeted freeze can make sense. Freezing modifications on a payment system the day before Black Friday, or suspending deployments on a critical platform during a regulatory audit : these are surgical, proportionate, and temporary decisions.
The problem is the XXL freeze. The one that covers everything, all the time, "because we've always done it this way." The one that treats an internal email server with the same caution as a financial clearing system.
In reality, the duration and scope of your freeze is a far more revealing indicator of DevOps maturity than any DORA assessment:
- 3-week freeze, total scope: your organization is at the artisanal stage. Deployments are manual, testing is incomplete, rollback is a traumatic event.
- 1-week freeze, targeted scope: you've started the transformation. Some systems are reliable, others aren't. The freeze serves as a safety net for the laggards.
- No freeze, continuous deployments: your pipeline is mature. You know exactly what you're deploying, when, and how to roll back in under five minutes.
The Roadmap to Zero Freeze
Moving from a freeze culture to a continuous delivery culture doesn't happen in a sprint. It's a transformation that touches technology, processes, and above all, culture. Here's the path I recommend, battle-tested in the field.
Phase 1: Building Technical Confidence (0-6 months)
Invest in your CI/CD pipeline as critical infrastructure. Every commit must trigger a battery of automated tests : unit, integration, performance, security. The goal isn't theoretical perfection; it's measurable confidence.
Implement blue-green or canary deployments on your most critical systems. The principle is simple: you deploy the new version alongside the old one, gradually shift traffic, and roll back instantly if a problem arises. Rollback should no longer be a crisis procedure. It's a button.
Phase 2: Surgically Reducing the Freeze (6-12 months)
Classify your systems by criticality and pipeline maturity. Systems that have a reliable pipeline, comprehensive tests, and instant rollback exit the freeze scope. The rest remain frozen, but with an explicit plan to reach the same maturity level.
Every year, the freeze scope must shrink. If it doesn't, you have a governance problem, not a technical one.
Phase 3: Instilling a Shared DevOps Culture (12-24 months)
Technology alone isn't enough. The freeze often persists because Dev, Infra, and Workplace don't share the same reliability culture. Developers want to ship fast. Infrastructure wants stability. Workplace wants zero tickets.
Authentic DevOps culture, not the facade version with a trendy tool and an updated LinkedIn title, is when these three populations share responsibility for the production outcome. When the developer carries the pager. When ops participates in design. When resilience becomes native, collective, and no longer imposed by an annual memo.
Phase 4: The Freeze Becomes a Scalpel (24 months+)
In a mature organization, the freeze hasn't disappeared. It has transformed. It's no longer a hammer that crushes everything for three weeks. It's a scalpel that the Change Advisory Board uses occasionally, on a precise scope, for a limited duration, with explicit justification.
A 48-hour freeze on the clearing system during the accounting close : yes, that's common sense. A three-week freeze on the entire IT landscape because it's Christmas : that's fear dressed up as an ITIL procedure.
The CIO's Real Courage
I know what some readers are thinking: "Easy to say, but my regulator demands stability. My CEO wants zero incidents during the holidays. My board will never understand why we deploy on December 24th."
That's precisely where leadership is tested. The courageous CIO doesn't eliminate the freeze on a whim. They demonstrate, data in hand, that continuous delivery produces fewer incidents than the freeze followed by a January rush. They quantify the invisible tax. They show the benchmarks. They build confidence progressively.
The DORA State of DevOps report confirms it year after year: elite organizations, those that deploy on demand with a failure rate below 5%, have four times fewer incidents than those that deploy monthly with ritual freezes.
Your freeze this year: a strategic choice, or a technical fear?
An honest answer to that question is worth more than any maturity assessment.

