justwrote / kjob

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce crontab

MarcinMoskala opened this issue · comments

This custom cron format is confusing, why not just crontab?

Hey,
so under the hood the widly known Quartz cron definition is beeing used (there are several incompatible formats out there). In your case that would be 0 0 3 ? * FRI * I guess. This site comes handy for validating cron defintions: https://www.freeformatter.com/cron-expression-generator-quartz.html