记录 Pingora realpath canary 加载顺序
补充 realpath canary 在 conf.d 中必须晚于 log_format 加载 记录 dev realpath canary current release 真实验收结果 新增生产运维护栏防止加载顺序说明丢失
This commit is contained in:
@@ -832,6 +832,24 @@ const checks = [
|
||||
reason:
|
||||
'Pingora 真实路径 canary 必须覆盖代表性 API 真实路径。',
|
||||
},
|
||||
{
|
||||
file: 'deploy/nginx/README.md',
|
||||
includes: 'zz-genarrative-pingora-realpath-canary.conf',
|
||||
reason:
|
||||
'Pingora 真实路径 canary 运维说明必须记录 conf.d 加载顺序,避免早于 log_format 定义加载。',
|
||||
},
|
||||
{
|
||||
file: 'docs/technical/【开发运维】Pingora独立网关试点-2026-06-11.md',
|
||||
includes: 'unknown log format "genarrative_upstream"',
|
||||
reason:
|
||||
'Pingora 试点文档必须记录 realpath canary 的 Nginx log_format 加载顺序踩坑。',
|
||||
},
|
||||
{
|
||||
file: 'docs/project-memory/shared-memory/pitfalls.md',
|
||||
includes: 'Pingora realpath canary include 要晚于 log_format',
|
||||
reason:
|
||||
'团队共享踩坑必须记录 realpath canary 独立 server 在 conf.d 中的加载顺序要求。',
|
||||
},
|
||||
{
|
||||
file: 'scripts/jenkins-server-provision.sh',
|
||||
includes: 'genarrative-health-patrol.timer',
|
||||
|
||||
Reference in New Issue
Block a user