Ship often enough and a non-zero change-failure rateA DORA metric: the share of deployments to production that cause a failure needing remediation (a rollback, hotfix or patch). Elite teams sit at 0โ15%, low performers at 40โ60%. makes a bad day a statistical certainty, not bad luck. Every deploy is a coin flip; the count that fail in a window follows the binomial distributionThe distribution of how many of N independent trials succeed (here: fail), each with the same probability p. Its mean is Nยทp.. Feed in your cadence and read off the odds.
Over the window, the chance of at least 1 failed deploy is 99.8%.
number of failed deploys in the window โ
At this cadence and rate, that's โ 78 failed deploys a year. Shipping more often raises the count but shrinks each change โ the lever that actually moves the firefighting total is the failure rate and how fast you recover, not slowing down.