AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Continuous Integration - Is the Merge Queue Necessary?
With feature branching, you would before merging run your checks against your feature branch and then merge. Whereas with the merge queue, your merge doesn't get merged, it actually goes into a queue and then later gets merged automatically. "The merge queue kind of tries to alleviate this by making sure that we have all the tests passing before we do the deployment," he says.