kjob icon indicating copy to clipboard operation
kjob copied to clipboard

A lightweight coroutine based persistent job/cron scheduler written in Kotlin

Results 3 kjob issues
Sort by recently updated
recently updated
newest added

when i add a kron job, cronExpression like this: "0 0 1 * * ?",it should have started at 1:00 every day,but not. I checked the code,I found this ```...

For example, you anyway convert the `jobExecutionPeriodInSeconds ` to milliseconds, so why not provide user a possibility to configure `jobExecutionPeriod`, `cleanupPeriod`, etc. in ms? https://github.com/justwrote/kjob/blob/880b175516ce5f3e9edbb0b6fe7b50820c332026/kjob-core/src/main/kotlin/it/justwrote/kjob/BaseKJob.kt#L116

I am getting "method not found" when attempting to schedule a task with the mongo. This is on Ktor 2.3.5 ```kotlin tasks.withType { kotlinOptions.jvmTarget = "11" //