fix(cd): correct recovery profile path and stock guardrail [metadata-only]
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 40s
CD Pipeline / build-and-deploy (push) Has been skipped
CD Pipeline / post-deploy-checks (push) Has been skipped
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 40s
CD Pipeline / build-and-deploy (push) Has been skipped
CD Pipeline / post-deploy-checks (push) Has been skipped
This commit is contained in:
@@ -81,6 +81,33 @@
|
||||
"awoooi_reboot_auto_recovery_slo_blocker_count": 6,
|
||||
"awoooi_reboot_event_target_seconds_remaining": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"host": "110",
|
||||
"target": "stockplatform-v2-postgres-1",
|
||||
"action": "docker update --cpus=1.5 --memory=4g --memory-swap=6g --restart unless-stopped stockplatform-v2-postgres-1",
|
||||
"blast_radius": "container resource guardrail only; no container restart and no database write",
|
||||
"readback": {
|
||||
"running": true,
|
||||
"health": "healthy",
|
||||
"nanocpus": 1500000000,
|
||||
"memory_bytes": 4294967296,
|
||||
"memswap_bytes": 6442450944,
|
||||
"restart_policy": "unless-stopped",
|
||||
"direct_docker_stats_after": "cpu=149.38% mem=506.2MiB / 4GiB",
|
||||
"prometheus_after_convergence": {
|
||||
"stockplatform_v2_postgres_cpu_cores": 1.6508,
|
||||
"gitea_cpu_cores": 1.8097,
|
||||
"host_110_load5_per_core": 0.673333
|
||||
},
|
||||
"public_route_health": {
|
||||
"root": 200,
|
||||
"healthz": 200,
|
||||
"api_healthz": 200,
|
||||
"freshness_status": "ok",
|
||||
"latest_trading_date": "2026-07-01"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"prometheus_readback": {
|
||||
@@ -101,7 +128,8 @@
|
||||
"DockerContainerMemoryLimitPressure",
|
||||
"HostOutOfDiskSpace",
|
||||
"HostDiskUsageHigh",
|
||||
"RebootEventDetectorMissing"
|
||||
"RebootEventDetectorMissing",
|
||||
"Host110SustainedModeratePressure"
|
||||
],
|
||||
"filesystem_used_percent": {
|
||||
"110": 79.68293081715491,
|
||||
|
||||
Reference in New Issue
Block a user