MyBB Community Forums

Full Version: Cron jobs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Do we want to run cron jobs if we are using mybb forum?
if the query is :
do we have to manually run the tasks / cron jobs ?

then the simple answer is No - not necessary..
(2011-06-21, 03:54 PM)dumindu89 Wrote: [ -> ]Do we want to run cron jobs if we are using mybb forum?

Crons are automatically run when the forum pages are loaded according to the schedule setup in the admincp >> tools & maintenance >> task manager.

http://wiki.mybb.com/index.php/Admin_CP_Task_Manager
For what it's worth - I added a cron job to call task.php every 15mins and it works fine. I get to keep control of the tasks at the control panel.