James White is announcing that minicron with version number 0.7.9 is already available to download.
What is minicron ?
minicron is A Ruby toolkit to manage, record, and monitor the execution of one or multiple cron jobs, on one or more local or remote machines .
minicron is a tool for developers and system administrators that want to keep track of local or remote cron jobs.It can work with multiple machines at a time, and will provide a simple overview of past cron jobs, along with the ability to schedule new jobs in the future.minicron takes the pain out of working with cron jobs via the command-line, and moves it to the browser, via a simple Web-based admin panel.This can be really helpful, since this reduces the amount of time spent scheduling and adjusting cron job execution, but the admin panel is also much more good at conveying information than the clogged up CLI.Also, because minicron logs all cron job execution and their results, it can be used in debugging much easier than going through long contorted log files.
This is changelog for minicron version 0.7.9 :
- Listen on server config path
- Added docker instructions
- Tested working on CoreOS
- Fixed link to features section
You can read the complete changelog and also download this latest version on their homepage:
jamesrwhite.github.io