Skip to content

Commit

Permalink
Update scheduler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil-datla authored Jan 18, 2022
1 parent f828cc7 commit 6bee507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func Cleanup() {
<-c
log.Println("Stopping processes....")
cancel()
os.Exit(1)
os.Exit(0)
}()

}
Expand Down

0 comments on commit 6bee507

Please sign in to comment.