If you really, REALLY need it to run more often than 5 min, then making sure there is traffic on your board is going to be a bigger concern. Not to mention it could cause problems if you're running it so often other requests can't get processed for some reason.
The system cron jobs, or scheduled tasks would be better. That or just calling your code outside of the cron all together on every page load.
|