Cron jobs help

Hello everyone

so after following Zarcon's tutorial in order for my video's upload to work I get an email every minute from Cron Daemon ...this morning I had 1073 emails since last night.

This is the cron job:

/usr/bin/php -c /home/sitedir/public_html/php.ini -q /home/sitedir/public_html/periodic/cron.php

So how do I stop all those emails from coming in?

Thanks

Quote · 1 Apr 2010

Until we can get the problem figured out, I would change the frequency at which your cron jobs run to maybe once a hour.  This will cut down on the cron jobs Emails until the issue is resolved.

0  */1  *  *  *  Once an hour on the hour.

:-)
Quote · 1 Apr 2010

Until we can get the problem figured out, I would change the frequency at which your cron jobs run to maybe once a hour.  This will cut down on the cron jobs Emails until the issue is resolved.

0  */1  *  *  *  Once an hour on the hour.

Thank you!

How will that affect the video processing? Aren't they processed only when the cron job is ran? Meaning a video would not be available for viewing until then ...is that correct! (which would be fine, I would just write a small disclaimer in the upload page)

Thus, do I really need to receive those emails... could I just stop them?

Thank you for your help!!

Miguel

Quote · 1 Apr 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.