whenever
delayed_job vs. cron
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.[详细]
2023-04-11 16:15 分类:问答How can I create identical cron jobs for staging and production with the whenever gem?
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\'\"[详细]
2023-04-10 17:54 分类:问答Cron job not working in Whenever gem
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[详细]
2023-04-07 17:39 分类:问答Running whenever cron in Windows
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.[详细]
2023-03-28 16:52 分类:问答How to detect Rails environment inside whenever
This question will probably only make sense if you know about the whenever gem for creating cron jobs.[详细]
2023-03-28 07:53 分类:问答How to make 'whenever' gem work on Windows?
I wan to run \"simple\" cron using whenever on Windows XP. So I installed whenever gem install whenever and then ran my cron.rb[详细]
2023-03-22 06:54 分类:问答Rails whenever gem: each month on the 20th
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.[详细]
2023-03-15 08:40 分类:问答whenever gem and scheduling a job every n min starting at an offset
开发者_如何学编程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...[详细]
2023-03-12 06:53 分类:问答scheduling sequential tasks with whenever gem
i\'m using whenever to schedule tasks for a rails application. I have a task like: every 24.hours d开发者_StackOverflow中文版o[详细]
2023-03-04 08:42 分类:问答Setting path for whenever in cron so it can find ruby
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[详细]
2023-03-02 04:49 分类:问答