Skip to content

Commit

Permalink
fix training ws
Browse files Browse the repository at this point in the history
  • Loading branch information
Izzette committed Sep 22, 2023
1 parent 04fcd0c commit 4802b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/statistics/pod_collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func (w *PodCollector) watch(
if ok && apiStatus.ErrStatus.Code == http.StatusGone {
// The resource version we were watching is too old.
log.Warn().Msg("Resource version too old, resetting watch.")

return
} else {
log.Error().Msgf("Watch event error: %+v", event)
Expand Down

0 comments on commit 4802b50

Please sign in to comment.