MichaelCurrin / unicron

The tenacious but efficient scheduler for daily tasks 🔂 ⏳ 🦄
https://michaelcurrin.github.io/unicron/
MIT License
14 stars 3 forks source link

Allow running on other schedules e.g. once a week #23

Open MichaelCurrin opened 4 years ago

MichaelCurrin commented 4 years ago

Check if tasks has run in past n days otherwise run it.

Weekly - For a run on the 1st, then a run on the 8th, it should see no success from 2nd to 8th (7 days inclusive) and so run.

Running on a day of the week is not recommended.