This commit is contained in:
2021-12-02 14:22:23 +08:00
parent 31a086e338
commit 4e2c4633c1
-2
View File
@@ -71,12 +71,10 @@ use ReflectionException;
"Name" => "service " . $this->service . ' health check',
"Notes" => "Script based health check",
"ServiceID" => $this->service,
"Definition" => [
"TCP" => Network::local() . ":" . Config::get('rpc.port'),
"Interval" => "5s",
"Timeout" => "1s",
"DeregisterCriticalServiceAfter" => "30s"
]
],
];
}