Schedule vB's tasks with a host crontab
This modification is in the archives.
Schedule vB's tasks with a host crontab !!! Warning You run this script at your OWN risk, I will not be responsible for any damage caused !!! Description: vBulletins schedule tasks only run when a user is browsing your forum. With the release of 3.6 and RSS imports this has caused problems for slow moving forums importing fast moving RSS feeds (If a news item passes fully through the RSS feed before a visitor browses your forums causing the import to be processed then content could be lost)Solution: If your host supports "Cron Jobs" you can call the attached PHP file periodically to force vBulletin to catch up with its internal scheduled tasks.Installation
eg. (to run every hour at 15m past the hour, 12:15 - 13:15 - 14:15 - etc.)Detailed Information Unfortunatly running the cron.php from the vBulletin files will only process the next pending single task, This short script simply queries the scheduled task database to count how many tasks are pending, it then calls the cron.php routine that number of times - thus your scheduled tasks are kept up to date. Download
This modification is archived, downloads are still allowed. |
Similar Mods
Administrative and Maintenance Tools Execute Scheduled Tasks Via Crontab | vBulletin 3.6 Add-ons |
Disable Scheduled Task (crontab) in AdminCP without deleting | vBulletin 3.0 Full Releases |