Crono Versions Save

A time-based background job scheduler daemon (just like Cron) for Rails

v2.0.1

1 year ago
  • Fix a job argument error

v2.0.0

1 year ago
  • Converted this gem to a proper Rails engine
  • Gets rid of sinatra and haml dependencies for the Web UI
  • Web UI is now responsive and thus usable on smartphones, etc.
  • Fixed crash with Ruby 3.0

v0.9.0

8 years ago
  • Removed activejob from dependencies. Issue #24
  • Able to specify minutes for hour-based periods. Issue #26

v0.8.9

9 years ago

v0.8.0

9 years ago
  • Added on (day of week) option to cronotab.rb semantic
  • Added job health check and job health indicator to the Web UI

v0.7.0

9 years ago
  • Added simple Web UI

v0.6.1

9 years ago
  • Added -e/--environment ENV option to set the daemon rails environment.
  • Capistrano integration https://github.com/plashchynski/capistrano-crono
  • Fix: Scheduled time now related to the last performing time.
  • Persist last performing time to your database.
  • Other small improvements

v0.5.0

9 years ago

This is an initial version. Barely works for now, but cool things are coming soon.