开发者

Solutions for cron jobs in rails3

开发者 https://www.devze.com 2023-02-08 23:36 出处:网络
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

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 开发者_JAVA百科chose.

Thanks!

Elliot


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

0

精彩评论

暂无评论...
验证码 换一张
取 消