- Fix a job argument error
- Converted this gem to a proper Rails engine
- Gets rid of
sinatra
andhaml
dependencies for the Web UI - Web UI is now responsive and thus usable on smartphones, etc.
- Fixed crash with Ruby 3.0
- Rails 3 and old Rubies are not supported anymore, sorry rails 3 guys...
- Requires Ruby 2.2.2 or newer
- Fixed crash when no jobs defined in your cronotab
- Some doc updates (thanks to @pachacamac)
- Job will schedule on: today if at: time not passed (thanks to @acolyer)
- Job log truncating (thanks to @reiz)
- "every 1 week" jobs now displaying on Rails 5 as "1 week" not as "7 days"
- Liberal gem dependencies to support both Rails 4 and Rails 5
- Fix table_name_suffix/prefix issue: #33
- Fix job saving
- Rails 5 support (thanks to @adamico)
- Possibility to schedule jobs with arguments (thanks to @preisanalytics)
- Added :within option to run only within given time interval (thanks to @lhz)
- daemon gem support (thanks to @preisanalytics) #37
- Support multiple nodes (thanks to @Natural-Intelligence)
- Fixed DB connection pool issue (thanks to @ChandravatiSG)
- Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job
- We moved Web UI to materializecss.com CSS framework
- We moved from CDN to local assets for Web UI
- We show current state of a job in Web UI (thanks to @michaelachrisco) #16
- We won't write a pidfile unless daemonized (thanks to @thomasfedb) #13
- Fixed
rake crono:clean
task error - Fixed issue when jobs scheduled at same time exclude each other #19
- Fixed issue with a daemon crash due to
time interval must be positive
error
- Added
on
(day of week) option to cronotab.rb semantic - Added job health check and job health indicator to the Web UI
- Added simple Web UI
- Persist job state to your database.
- Fix: Scheduled time now related to the last performing time.
- Added -e/--environment ENV option to set the daemon rails environment.
- Initial release!