Content

Currently you can create five types of Cron-Jobs:

Interval-based-, daily-, weekly-, monthly- and yearly-jobs

 

The Interval based jobs will be triggered either every 5,10,15, 20 ,25,30 or 60 Minutes.

All Intervals will be rounded up on startup:

Means 5 Minutes intervalls triggers at XX:05 , XX:10 , XX:15 and so on.

 

The daily jobs get triggered only once per day they have to be determined in 24 hours format, and are like the interval based, only placeable in 5 minute-intervals,

like 1:45 , 2:10 , 2:05 etc..

 

Weekly-Jobs will trigger once per week on the specified Day of Week like Monday , Tuesday ,...

 

Monthly-Jobs trigger every Month on a specific day  for eg. at the 15. day of the month: it will trigger at 15th of January, 15th of February, 15 of March and so on.

Reminder: If you set the day to 31. the job will only trigger on months which have a 31st day.

And the Yearly-Jobs trigger once per year on a specific day, like birthdays. 

So far so good.