Skip to content

Releases: wpalmer/ecscron

v1.4.1: BugFix Busy-Wait

15 Sep 10:55
Compare
Choose a tag to compare

a stray "default:" case resulted in Sleep() turning into a busy wait.
This bugfix release removes this case.

v1.4: Pausing

11 Sep 14:34
Compare
Choose a tag to compare
  • add the ability to pause/resume cron schedules via SIGUSR1
  • fix intentionally-skipped tasks being erroneously re-tried

v1.3: Refactor

06 Sep 13:17
Compare
Choose a tag to compare

First release after being refactored into separately-tested components.

Includes a new -dump option for outputting a summary of the schedule in JSON format.

v1.2: verbose launch details

30 Jun 11:15
Compare
Choose a tag to compare
Pre-release
v1.2: verbose launch details

v1.1: multiple environment support

29 Jun 22:41
Compare
Choose a tag to compare
Pre-release

adding --prefix and --suffix, to support multiple versions/environments

v1.0: initial release

25 Jun 21:28
Compare
Choose a tag to compare
v1.0: initial release Pre-release
Pre-release
This is the initial release, containing only the most-basic
functionality: crontabs are parsed, and ECS Tasks are
launched