mybb2 icon indicating copy to clipboard operation
mybb2 copied to clipboard

Scheduled Task System

Open euantorano opened this issue 9 years ago • 2 comments

A system to provide the running of scheduled tasks should be provided. Scheduled tasks should be used to perform actions such as role promotions, email reviews, sitemap generation, and more.

Features

  • [x] Tasks should be ran upon a time based schedule.
  • [x] Tasks should be implemented as classes extending a base MyBB\Core\Tasking\AbstractTask class.
  • [x] Tasks should be able to be ran as a Cron job, or by using a background queue processor, or by using another in-page running mechanism.

euantorano avatar Mar 20 '15 11:03 euantorano

Just a note to whoever implements this: Old captchas need to be deleted too (https://github.com/mybb/mybb/blob/feature/inc/tasks/hourlycleanup.php#L44-L46)

JN-Jones avatar Mar 21 '15 12:03 JN-Jones

Moved to Alpha 2.

euantorano avatar Aug 31 '15 16:08 euantorano