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
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.
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
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\".
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
I am trying to use whenever gem in my application but I am not able to run rake com开发者_如何学JAVAmand in schedule.rb.
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.
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:
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
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