InsanusMokrassar / krontab

Library for using Crontab-like syntax in scheduling of some Kotlin Coroutines tasks to do from time to time

Home Page:https://docs.inmo.dev/krontab/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EveryMinuteScheduler runs every second

vcoolish opened this issue · comments

Maybe I misuse it? There is only second scheduling examples.
I try to do EveryMinuteScheduler.doInfinity { println("ok") }
it prints every second

Welcome with your first issue

Maybe I misuse it? There is only second scheduling examples. I try to do EveryMinuteScheduler.doInfinity { println("ok") } it prints every second

Hello, thank you. Could you make PR with the test which will represent this problem?

thank you for quick fix!

but it didn't publish the build

but it didn't publish the build

Glad to help :) it will be published in maven central in couple of hours

Please have a look at #107, I found that EveryMinuteScheduler still runs every second with the latest version