Skip to content

Releases: c-blake/cron

Change sysly scheduling to on the half-hour

07 Jun 11:52
0ab8f7b
Compare
Choose a tag to compare

Arguably the entire boolean condition should be up to the user, but for now we just put it on a 48 times/day cycle.

Add `j` short alias

21 Nov 14:01
76f68af
Compare
Choose a tag to compare

Even more terse than J.

Only little clean-ups, really.

21 Apr 19:03
e5c4369
Compare
Choose a tag to compare

Should be hardly discernable if anyone is using this..but may help new code readers.

Portability fixes

11 Apr 12:21
ca78c57
Compare
Choose a tag to compare

Should install with nimble on Linux & OS X now with nim-devel & nim-1.6

Calls randomize in release build to actually de-sync load.

Various new features & polishing

08 Apr 14:55
66ddf7e
Compare
Choose a tag to compare

Allow client program to configure the rounded period used for matching & logs all the way to nanosecond resolution (though the idea starts to break down around 10usec). Test this carefully in test/.

Generalize crup.sh to not depend upon my personal convention.

Add DoSync counterpart to Do action where the latter fork()s and former does not.

Rename setClock -> rdateSet to be more specific for NTP/etc users.

Add some test/ evaluation programs (that double as one experimental probe into Linux scheduler policies).