Add log when tasks are stopped
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1d0d6b3fe6
commit
bea338c27a
@ -117,6 +117,8 @@ func ScheduleAndRunJobs(jobs []Job) error {
|
||||
<-ctx.Done()
|
||||
}()
|
||||
|
||||
fmt.Println("All jobs successfully stopped")
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user