灰度发布技术方案
灰度流程
nginx(worker4) -------- 默认uwsgi(worker4)
|
|
------ 灰度uwsgi(worker2)
cookie
技术方案
online_hosts.conf 【修改】
superman@worker4.cluster.gm:/data/www/gm_service:web::
superman@worker2.cluster.gm:/data/www/gm_service:web::gray
superman@worker4.cluster.gm:/data/www/gm_service:service::
发布命令
// 添加参数-t/--target
gmpublish -m web -t gray -u zhongqiling
nginx reload是否影响服务 uwsgi reload策略