Skip to content

Commit

Permalink
Merge pull request #2951 from redpanda-data/rockwotj-patch-1
Browse files Browse the repository at this point in the history
Properly cleanup periodic
  • Loading branch information
Jeffail authored Oct 24, 2024
2 parents 77e9861 + 16f3ad2 commit 5b508db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/periodic/periodic.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ func (p *Periodic) Stop() {
p.cancel()
<-p.done
p.done = nil
p.cancel = nil
}

0 comments on commit 5b508db

Please sign in to comment.