Possible solutions of your questions

  hosting
<< Previous       When configuring magento is not executing a scheduled task

Question: Trying to set the queue processing in magento, but a scheduled task cron.php fails.
Answer:

Hello. describe the problem in more detail.

Question: Under scheduled tasks there is a task */5 * * * * php /home/spanatiy/public_html/sushi-ray.com.ua/cron.php which should run the script every 5 min. But this is not happening due to some error. Theoretically, if the script is run from the console in php ~/public_html.......cron.php it all starts there will be no error. But manually doing it is not an option.
Answer:

we are prohibited task more than once every 15 min

example tasks

http://www.ukrline.com.ua/faq.php

Help to configure cron jobs. I want the file http://domen.ru/1.php starts every day at 24:00
Have a cron job add the command
/usr/bin/php spacebar Polnymi > /dev/null 2>&1

/usr/bin/php5 gap Polnymi.php> /dev/null 2>&1
, putting in the minute 0, hour 24, and in the remaining fields, leave the asterisk.


or wget -O - -q-t 1 http://yourdomain.com/cron.php > /dev/null 2>&1
key \"-O\" specifies the output to the console (instead of saving to a file), \"-q\" makes it quiet (no screen output) and \"-t 1\" specifies to make only one connection attempt.


<< Previous