You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just for me to note down, I think I will go with https://github.com/jmrozanec/cron-utils. It also seems to support similar but extended formats which build upon the cron format.
I will add a new config file for the scheduler and it will look something like this:
schedules {
mySchedule1 {
commands = [
"myCommand"
],
schedule = "10 22 * * *"
type = "Cron" #Quartz, Cron4J or whatever that library offers
}
}
use Cron's format to edit the config file:
The text was updated successfully, but these errors were encountered: