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:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@ -35,7 +35,10 @@
|
||||
],
|
||||
"django": true,
|
||||
"autoStartBrowser": false,
|
||||
"cwd": "${workspaceFolder}/app"
|
||||
"cwd": "${workspaceFolder}/app",
|
||||
"env": {
|
||||
"PROMETHEUS_MULTIPROC_DIR": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Migrate",
|
||||
|
Reference in New Issue
Block a user