Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there something like Java Quartz in ruby?

The is a library like Quartz in Java for ruby?

like image 893
tapioco123 Avatar asked Jul 05 '10 09:07

tapioco123


1 Answers

There nothing quite as fully featured as Quartz for Ruby. There is the whenever gem which you could integrate with one of the many job queuing frameworks. Or, if you are are prepared to consider using JRuby, then you can fully integrate with Quartz directly.

like image 100
bjg Avatar answered Oct 09 '22 19:10

bjg