Repeated Rake Task Using Delayed Job

Posted by bob on Stack Overflow See other posts from Stack Overflow or by bob
Published on 2010-05-28T04:07:10Z Indexed on 2010/05/28 4:11 UTC
Read the original article Hit count: 177

Hello,

I am currently using the delayed_job gem and I was wondering how to run a rake task every 5 minutes.

I want to run "rake ts:reindex RAILS_ENV=production" every 5 minutes but I'm not sure where to start. I really don't have much more I can say about this because I am VERY inexperienced in this area of rails development.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rake