mvniekerk / tokio-cron-scheduler

Schedule tasks on Tokio using cron-like annotation
Apache License 2.0
529 stars 59 forks source link

Incorrect schedule delay after job adding(first execution) #53

Closed Dkwcs closed 1 year ago

Dkwcs commented 1 year ago

I've faced issue when I'm adding a job with schedule as example "/10 " it will be trigged earlier then should be(after 1-3 seconds)