Skip to content

Commit

Permalink
remove beta note from WithDistributedLocker (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRoesler authored Sep 6, 2023
1 parent 51d96d3 commit a497bef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -1471,9 +1471,6 @@ func (s *Scheduler) StopBlockingChan() {
// WithDistributedLocker prevents the same job from being run more than once
// when multiple schedulers are trying to schedule the same job.
//
// NOTE - This is currently in BETA. Please provide any feedback on your usage
// and open bugs with any issues.
//
// One strategy to reduce splay in the job execution times when using
// intervals (e.g. 1s, 1m, 1h), on each scheduler instance, is to use
// StartAt with time.Now().Round(interval) to start the job at the
Expand Down

0 comments on commit a497bef

Please sign in to comment.