Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Solutions for cron jobs in rails3

I'm trying to log some data daily, automatically in my rails app. I was wonder if anyone knows a good solution for this? I found https://github.com/javan/whenever, but I wanted to make sure I knew of all the options before I chose.

Thanks!

Elliot

like image 980
Elliot Avatar asked Feb 05 '11 18:02

Elliot


1 Answers

I really like whenever - it's a great Gem and I have used it in production.

There is also a good Railscasts episode about it:

http://railscasts.com/episodes/164-cron-in-ruby

like image 89
Pan Thomakos Avatar answered Oct 06 '22 01:10

Pan Thomakos