Compare commits

..

1 Commits

Author SHA1 Message Date
7725e5dd65 debug fix 2024-07-20 20:12:29 +02:00

View File

@@ -90,9 +90,9 @@ func (s *Service) Register() error {
// DestinationServiceName: s.Name,
// },
Check: &consul.AgentServiceCheck{
Interval: "5s",
Timeout: "1s",
// TTL: s.ttl.String(),
// Interval: "5s",
// Timeout: "1s",
TTL: s.ttl.String(),
Status: "passing",
DeregisterCriticalServiceAfter: "10s",
},