From a497bef1ac1e20623935c55793bb6d612d4662d1 Mon Sep 17 00:00:00 2001 From: John Roesler Date: Wed, 6 Sep 2023 07:21:19 -0500 Subject: [PATCH] remove beta note from WithDistributedLocker (#562) --- scheduler.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/scheduler.go b/scheduler.go index 6c60db5c..09d95074 100644 --- a/scheduler.go +++ b/scheduler.go @@ -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