GoDoxy/internal/watcher/health
yusing 475e697490 fix(healthcheck): fix spamming notifications for unhealthy services
- Added a new `downNotificationSent` flag to track if a service down notification has been sent.
- Reset the notification state when a service comes back up.
- Updated logic to ensure notifications are sent only once after reaching the configured retry threshold for consecutive failures.
2025-07-27 21:47:29 +08:00
..
monitor fix(healthcheck): fix spamming notifications for unhealthy services 2025-07-27 21:47:29 +08:00
config.go feat(healthcheck): add retries before notifying (default: 3 times) 2025-07-20 12:03:45 +08:00
json.go fix: json marshaling 2025-04-26 01:31:22 +08:00
status.go feat(healthcheck): add retries before notifying (default: 3 times) 2025-07-20 12:03:45 +08:00
types.go feat(health): add health check detail to health api 2025-05-05 13:27:00 +08:00