My ruby application will be running on Windows XP. I need some kind of cron that will run tasks on regular basis. I want all this to be done in ruby.
Is there any cron like ruby gem for Windows?
I would like to have pure ruby solution. I know that Windows Scheduled Task thing exists.
gem rufus-scheduler is the answer. Don’t forget to use
scheduler.join