aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/cron.py
Commit message (Expand)AuthorAgeFilesLines
* use +=timedelta(minutes=1) when calculating next minute•••closes #223 Gravatar jesopo2019-12-191-1/+2
* "_match" -> "_schedule_match_part" typoGravatar jesopo2019-12-131-1/+1
* use zip() instead of enumerate() and indexingGravatar jesopo2019-12-121-2/+1
* more brackets in blob of math, just in caseGravatar jesopo2019-12-121-1/+1
* support cron schedule range valuesGravatar jesopo2019-12-121-0/+4
* comma-separated cron schedule check should be firstGravatar jesopo2019-12-121-6/+6
* refector cron.py and support comma-separated schedule piecesGravatar jesopo2019-12-121-16/+28
* first draft on cron moduleGravatar jesopo2019-12-111-0/+37