fix(base): metrics dir env var PROMETHEUS_MULTIPROC_DIR must ALWAYS exist

if it don't exist python cant set it.

ref: #469 #470
This commit is contained in:
2025-01-14 16:13:19 +09:30
parent ed7452e587
commit a5f870b7d0
2 changed files with 8 additions and 1 deletions

5
.vscode/launch.json vendored
View File

@ -35,7 +35,10 @@
],
"django": true,
"autoStartBrowser": false,
"cwd": "${workspaceFolder}/app"
"cwd": "${workspaceFolder}/app",
"env": {
"PROMETHEUS_MULTIPROC_DIR": ""
}
},
{
"name": "Migrate",