aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/cron.py
Commit message (Collapse)AuthorAgeFilesLines
* _schedule_match_part doesn't take an arrayGravatar jesopo2020-02-141-2/+1
|
* _schedule_match_part takes an `i` paramGravatar jesopo2020-02-121-1/+2
|
* remove superfluous newline (cron.py)Gravatar jesopo2020-02-111-1/+0
|
* add more cron timestamp fields, allow callbacks to runtime provide schedulesGravatar jesopo2020-02-111-5/+11
|
* correctly handle cron / "step" scheduleGravatar jesopo2020-02-091-6/+23
|
* use +=timedelta(minutes=1) when calculating next minuteGravatar jesopo2019-12-191-1/+2
| | | | closes #223
* "_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