gatus/watchdog
Bo-Yi Wu 5b3e0c8074
refactor: periodic operations to use time.Ticker (#978)
- Use `time.Ticker` instead of `time.After` for periodic operations in `autoSave` function
- Use `time.Ticker` instead of `time.After` for periodic operations in `monitor` function

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-01-28 22:23:16 -05:00
..
alerting_test.go feat(alerting): Implement alert-level provider overrides (#929) 2024-12-16 20:32:13 -05:00
alerting.go chore(logging): Fix typo in log 2025-01-20 18:28:34 -05:00
watchdog.go refactor: periodic operations to use time.Ticker (#978) 2025-01-28 22:23:16 -05:00