I\'m diving into Rails for the first time and I\'m creating a Rails 3 app, hosted on Heroku, to manage tournaments and currently I\'m creating them manually once a day through my web interface.I\'d li
I am trying to run a scheduler which will update dates in my database table. The cron is starting but it is not starting the job!
I am running the following command in cpanel /ramdisk/bin/php5 -q /home#/username/etc/php.ini /home#/username/public_html/sitename/subfolder/twitter.php
I am trying to set up a cron job to, every 15 min, run a ruby script that lives inside the database folder of my ror website. The line I have in my crontab looks like this:
I\'ve heard about cron job and don\'t think the actual creation of it will be that hard to make but I\'ve some concerns about how this will work with a large script.
I am inserting a cron instruction via crontab -e, and Pico is the editor. But the line I am inserting is going into wrap mode and I can\'t save my cron file, because the su开发者_运维知识库bsequent li
I\'m after a little advice around using Cron jobs with PHP. My scenario is this: I have a website with a large membership. Users have one or several URLS associated with their account. At midnight (o
Recently I created a bash script which I am supposed to run in cron. After preparing the bash script and its normal working, I put it in Cron and found that i开发者_开发问答t was failing. As as secon
I want to create cron jobs from within PHP, a bit like in cPanel or Plesk but I\'m stuck. I want to do this programatically and not force the user to go to cPanel to create the crons manually.....
I have an app running in production on nginx/passenger. Due to some issues I had to set up a CRON for weekly cache clearing. Now every Monday after it clears the cache the app stops working wi开发者_如