fix: increase health check interval to improve reliability
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"healthCheck": {
|
"healthCheck": {
|
||||||
"command": "php -r '$h=@get_headers(\"http://127.0.0.1:80/health\"); exit($h && strpos($h[0],\" 200\")!==false ? 0 : 1);'",
|
"command": "php -r '$h=@get_headers(\"http://127.0.0.1:80/health\"); exit($h && strpos($h[0],\" 200\")!==false ? 0 : 1);'",
|
||||||
"interval": 15,
|
"interval": 30,
|
||||||
"timeout": 5,
|
"timeout": 5,
|
||||||
"retries": 5,
|
"retries": 5,
|
||||||
"startPeriod": 60
|
"startPeriod": 60
|
||||||
|
|||||||
Reference in New Issue
Block a user