Ticket #1637 (closed enhancement: duplicate)

Opened 3 years ago

Last modified 1 year ago

WordPress should have a scheduler

Reported by: firas Assigned to: anonymous
Priority: normal Milestone:
Component: Administration Version: 1.6
Severity: normal Keywords: schedule cron scheduler
Cc:

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

11/13/05 02:55:56 changed by matt

  • milestone changed from 1.6 to 2.1.

10/03/06 18:44:07 changed by Nazgul

How much of this has been covered by #2425?

10/03/06 18:51:26 changed by mdawaffe

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicate of #2425.

Thanks, Nazgul.

07/15/07 17:09:36 changed by Nazgul

  • milestone deleted.