Continuous Delivery Practices and Evolution at Meituan Delivery
The article reviews Meituan Delivery’s journey from early serial releases to bi‑weekly and weekly delivery models, detailing the key factors, automation tools, CI/CD pipelines, and operational principles that enable faster, high‑quality mobile app releases.
Meituan Delivery, launched in 2013, has grown to handle over 30 million daily orders, requiring a delivery process that can quickly bring new features to users across multiple product lines such as food, flash‑sale, and advertising.
What is continuous delivery? It is defined as a framework that delivers valuable software early and frequently, encompassing continuous integration, testing, and deployment. In Meituan’s context, it links product, design, development, QA, and market release in a tight feedback loop.
Delivery model evolution: The early “serial” model involved eight stages per version and a six‑week cycle. To meet growing demand, a bi‑weekly model was introduced, parallelizing review, development, and testing, reducing the cycle to 5.5 weeks and increasing releases to 22‑24 per year. Further refinement added a weekly dynamic‑release window, allowing pure dynamic features to ship within a week and agile changes to follow the bi‑weekly cadence.
Key practices: Standardized review windows (W1‑W7), clear role responsibilities, AB grouping for balanced workload, and dynamic‑page frameworks (Mach, MRN) to reduce native release friction.
Automation: An automated version‑management system (Tide) integrates Gulf scheduling, CI jobs, and monitoring platforms (EVA, CAT, Sniffer) to handle branch creation, packaging, testing reminders, and gray‑to‑full rollout without manual intervention.
CI pipeline: Five stages—pre‑prep, PR check, development, testing, and release—include specialized checks such as independent compilation configuration, PR merge verification, and automatic shell‑engine updates.
Deployment & release: Distinguishes deployment (testing environment) from release (production), with defined approval steps, automated gray‑scale rollout, and continuous monitoring to ensure stability.
Principles for sustainable delivery: Continuous automation, early problem solving, versioning of code, data, and configuration, rapid feedback, and ongoing incremental improvement.
Future outlook: Focus on fine‑grained CI checks, differentiated PR rules, and shifting more testing to automation to further accelerate delivery while maintaining quality.
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
Qunar Tech Salon
Qunar Tech Salon is a learning and exchange platform for Qunar engineers and industry peers. We share cutting-edge technology trends and topics, providing a free platform for mid-to-senior technical professionals to exchange and learn.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
