Scheduled Task Timing
Posted in: zjnq.com Date: March 13th, 2010

Is there another setting I haven't found that will allow once a minute tasks to run once a minute?
Thanks.
If a task is set to all stars for Day of the Week, Day of the Month, Hour and Minute then it runs once a minute.
I have instant email installed and a cron job that throttles email sends at 60 per minute.
My site is a public safety alerting system.
Scheduled Tasks are triggered by code in the footer template, so if you have modified this template or added code to other templates it may interfere with the running of the tasks. Also if there is no activity on your forums, the task won't run. You would have to have constant activity on you site for a scheuled task to run every minute, and even then it's unlikely to happen because only one ctask is run per click on the forums.
I'd be very concerned about how running a task every minute would affect you forums and server. I'm sure that is why the Devs said (not really recommended!).
Steve, I thought that was true also. However, I just noticed you can set the minute to *.
Minute
This is the minute of the hour the task should run. Set it to * to have it run every minute (not really recommended!).
? to the OP:
Do you have an active forum? The Scheduled Tasks only get run if someone is clicking on links in your forum. They get triggered by the $cron in your footer template. So, if no one is on your site, they don't get triggered. If this is a cron job your wrote yourself and you need it to run every minute, perhaps you should run it through your server cron jobs.
#If you have any other info about this subject , Please add it free.# |
