I have a system where users come in to go through an application process that has multiple parts - sometimes users will save their progress and come back later.
I have one job in schedule.rb: set :output, File.expand_path(\'../log/whenever.log\', __FILE__) set :job_template, \"bash -l -c \'source ~/.bashrc ; :job\'\"
I 开发者_JAVA技巧have an application that contains a bunch of tasks, and every day I want to run a cron job that creates a DayTask for each Task in the database. A Task has_many DayTasks and these day
Total newbie at cronjobs and that kinda stuff, never done it before, so now I tried to get my hands dirty using whenever as a plugin, after seeing it on RailsCasts.
This question will probably only make sense if you know about the whenever gem for creating cron jobs.
I wan to run \"simple\" cron using whenever on Windows XP. So I installed whenever gem install whenever and then ran my cron.rb
I searched all over the internet for this, and the documentation isn\'t really talking about monthly jobs in specific. So I was hoping that someone here could tell me how to do this.
开发者_如何学编程For staggering purposes I am trying to schedule jobs an a 2 minute offset that run every 5 mins. That is I want 1 job to run 1,6,11,16.. and the other one to run at 2,7,12,17...
i\'m using whenever to schedule tasks for a rails application. I have a task like: every 24.hours d开发者_StackOverflow中文版o
My ruby is in /usr/local/bin. whenever can\'t find it, and setting PATH at the top of my cron file doesn\'t work either, I think because 开发者_运维技巧whenever is running the command inside of a new