#1637 closed enhancement (duplicate)
WordPress should have a scheduler
| Reported by: | firas | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.6 |
| Severity: | normal | Keywords: | schedule cron scheduler |
| Cc: | Focuses: |
Description
It'd be nice to have a scheduling mechanism in WP for extensions to hook into ('do this function every 30 minutes'). Possibly using the techniques in WP-Cron: http://www.skippy.net/blog/category/wp-cron/
A caveat in that method--and pretty much any php-triggered one--is that it might not execute with enough frequency on low traffic sites, so its list of things to do should be triggerable by a system scheduler too, such as a cronjob.
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
How much of this has been covered by #2425?