Preview Mode Links will not work in preview mode

Voice of the DBA


Welcome to the Voice of the DBA, thoughts from Steve Jones on databases, SQL Server, and life.

Apr 9, 2024

One of the ideas behind DevOps is that we minimize the time between code commit and deployment to production. We want to avoid work-in-progress and bottlenecks to getting our software into the hands of customers. This has led a lot of companies to release more often, albeit with smaller sets of features. The total number of things delivered under DevOps might not be greater, but it often is more targeted to those things our customers want/need/use.

However, the idea of releasing often means that we try not to stack up too much work before deploying it. What does that mean for holidays and the code freezes or no-deploy periods that many companies have? How do you implement a code freeze under DevOps?

Read the rest of The Code Freeze