Tag

zero-downtime deployment

0 views collected around this technical thread.

NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Nov 2, 2023 · Frontend Development

Tempo Framework Enhancement: Zero-Downtime Deployment, AIGC Integration, and Multi-End Adaptation Practices

The upgraded Tempo framework now supports zero‑downtime deployment, online configuration, asynchronous plugin loading, multi‑device adaptation and low‑cost AIGC‑driven intelligent assistants, allowing NetEase Cloud Music’s CMS applications to upgrade automatically, integrate LLM services and enable mobile office without extensive code changes.

AIGC IntegrationFrontend FrameworkLLM Application
0 likes · 12 min read
Tempo Framework Enhancement: Zero-Downtime Deployment, AIGC Integration, and Multi-End Adaptation Practices
Zhuanzhuan Tech
Zhuanzhuan Tech
Feb 9, 2022 · Operations

Smooth Web Service Deployment with Nginx dyups: Dynamic Upstream Management

This article explains how Zhaozhuan uses Nginx load‑balancing, the dyups module, and a custom deployment workflow to achieve zero‑downtime service upgrades, dynamic scaling, and graceful reloads without losing any requests.

dynamic upstreamdyupsload balancing
0 likes · 8 min read
Smooth Web Service Deployment with Nginx dyups: Dynamic Upstream Management
Python Programming Learning Circle
Python Programming Learning Circle
Jan 11, 2020 · Operations

Zero‑Downtime Deployments: Mastering Gunicorn & uWSGI Reloads with Load Balancers

This guide explains how to achieve rolling, zero‑downtime restarts for Python web services by leveraging Gunicorn and uWSGI reload mechanisms, load‑balancer tricks, and custom health‑check scripts that keep traffic flowing even when applications take up to a minute to start.

GunicornPythonload balancer
0 likes · 8 min read
Zero‑Downtime Deployments: Mastering Gunicorn & uWSGI Reloads with Load Balancers