index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core_modules
/
cron.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
_schedule_match_part doesn't take an array
jesopo
2020-02-14
1
-2
/
+1
|
*
_schedule_match_part takes an `i` param
jesopo
2020-02-12
1
-1
/
+2
|
*
remove superfluous newline (cron.py)
jesopo
2020-02-11
1
-1
/
+0
|
*
add more cron timestamp fields, allow callbacks to runtime provide schedules
jesopo
2020-02-11
1
-5
/
+11
|
*
correctly handle cron / "step" schedule
jesopo
2020-02-09
1
-6
/
+23
|
*
use +=timedelta(minutes=1) when calculating next minute
jesopo
2019-12-19
1
-1
/
+2
|
|
|
|
closes #223
*
"_match" -> "_schedule_match_part" typo
jesopo
2019-12-13
1
-1
/
+1
|
*
use zip() instead of enumerate() and indexing
jesopo
2019-12-12
1
-2
/
+1
|
*
more brackets in blob of math, just in case
jesopo
2019-12-12
1
-1
/
+1
|
*
support cron schedule range values
jesopo
2019-12-12
1
-0
/
+4
|
*
comma-separated cron schedule check should be first
jesopo
2019-12-12
1
-6
/
+6
|
*
refector cron.py and support comma-separated schedule pieces
jesopo
2019-12-12
1
-16
/
+28
|
*
first draft on cron module
jesopo
2019-12-11
1
-0
/
+37