whenever
whenever gem have cronjob on only one machine?
We have a large deployment of around a dozen servers. We\'d l开发者_如何学Goike to use the Whenever gem but I can\'t figure out a way to say which machine the cron jobs should go on! We only want thes[详细]
2023-02-12 02:55 分类:问答Sudo doesn't have access to shell commands when deploying with Capistrano
I\'m deploying my Rails 3 app using capistrano. I have on user (deploy) who\'s been added to sudoers. This is the user I\'m deploying with.[详细]
2023-02-11 09:35 分类:问答Javan Whenever Gem is sending me the output as local mail
Javan\'s Whenever gem for Ruby on Rails is fantastic, however, I\'m having one issue with it, namely that it sends whatever 开发者_如何学运维output I\'ve logged to /var/mail/user, which I don\'t want[详细]
2023-02-09 15:34 分类:问答Ruby/Rails - Whenever gem - Loop cron tasks
I would like to control my cron jobs through my administration page. Basically I have my c开发者_如何学Cronjobs in my database, and I would like to create my crontab \"on the fly\".[详细]
2023-02-03 02:13 分类:问答Wrong ruby path used in rake task executed as cron through whenever
I am trying to use the whenever gem to execute a couple of rake tasks.It appears to set up the cron tasks correctly - info here is from the mail output that is produced. Here\'s an example of the comm[详细]
2023-01-30 14:07 分类:问答Issue using whenever gem
I am trying to use whenever gem in my application but I am not able to run rake com开发者_如何学JAVAmand in schedule.rb.[详细]
2023-01-30 01:10 分类:问答Running rake from cron
I have started using the Whenever gem to schedule cron jobs with rai开发者_如何学编程ls. But sadly rake will not run, I traced the problem to the environment not being loaded.[详细]
2023-01-29 06:09 分类:问答Help with the "Whenever" gem in Ruby for cron tasks
I have not used cron before, so I can\'t be sure that I did this right. The tasks I want to be automated don\'t seem to be running. I did these steps in the terminal:[详细]
2023-01-20 08:32 分类:问答Why do I always need "ruby" in front of "script/runner"?
When I do just script/runner it gives me -bash: script/runner: Permission denied When I do sudo script/runner it gives me sudo: script/runner: command not found[详细]
2023-01-15 19:05 分类:问答Is Rails's "delayed_job" for cron task really?
delayed_job is at http://github.com/collectiveidea/delayed_job Can delayed_job ha开发者_如何学Gove the ability to do cron task?Such as running a script every night at 1am.Or run a script every 1 hour[详细]
2023-01-14 01:28 分类:问答