jesopo
|
5c1ab3066c
|
remove superfluous newline (cron.py)
|
2020-02-11 11:46:55 +00:00 |
|
jesopo
|
04bc95c8a1
|
add more cron timestamp fields, allow callbacks to runtime provide schedules
|
2020-02-11 10:42:37 +00:00 |
|
jesopo
|
6982edcb78
|
correctly handle cron / "step" schedule
|
2020-02-09 23:00:48 +00:00 |
|
jesopo
|
a2ac26c072
|
use +=timedelta(minutes=1) when calculating next minute
closes #223
|
2019-12-19 14:02:55 +00:00 |
|
jesopo
|
f6273a5a67
|
"_match" -> "_schedule_match_part" typo
|
2019-12-13 17:16:02 +00:00 |
|
jesopo
|
8bf6db7fe5
|
use zip() instead of enumerate() and indexing
|
2019-12-12 12:10:08 +00:00 |
|
jesopo
|
e58e5e0691
|
more brackets in blob of math, just in case
|
2019-12-12 12:07:42 +00:00 |
|
jesopo
|
2084285480
|
support cron schedule range values
|
2019-12-12 12:06:02 +00:00 |
|
jesopo
|
48bab203bf
|
comma-separated cron schedule check should be first
|
2019-12-12 12:02:27 +00:00 |
|
jesopo
|
80f0a3d94c
|
refector cron.py and support comma-separated schedule pieces
|
2019-12-12 12:00:27 +00:00 |
|
jesopo
|
60db9ff389
|
first draft on cron module
|
2019-12-11 15:43:17 +00:00 |
|