diff options
| author | Jeff Carr <[email protected]> | 2024-10-17 15:29:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-17 15:29:47 -0500 |
| commit | c3a69690eee158e676d7ce7a5aa3088a1dc7fc7a (patch) | |
| tree | 7ba2800a50d9cadc38d442f9d99ffa815d8faf82 /event.go | |
| parent | 25b07096685eef2582f3dac34093dc8b0973ffa6 (diff) | |
clean up logging of initial scan of droplets
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'event.go')
| -rw-r--r-- | event.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ func (h *HyperT) RestartDaemon() { dur := time.Since(h.lastpoll) // Calculate the elapsed time log.Info("KILLED DAEMON", h.Hostname, shell.FormatDuration(dur), "curl", url) me.killcount += 1 + + // mark the cluster as unstable so droplet starts can be throttled + me.unstable = time.Now() } var stableTimeout time.Duration = 43 * time.Second |
