Skip to content

A new data store for Action Scheduler to implement custom tables for data storage instead of a WordPress Custom Post Type. Currently in public alpha. Not recommended for use on live sites yet.

Notifications You must be signed in to change notification settings

Mindsize/action-scheduler-custom-tables

 
 

Repository files navigation

Action Scheduler Custom Tables Build Status codecov

Prototype of improved scalability for the Action Scheduler library using custom tables.

This plugin is beta software. Use only on staging and test sites for now.

Overview

Action Scheduler uses WordPress posts to store scheduled actions in the existing database tables. This plugin hooks into Action Scheduler to set up separate tables as a datastore, improving performance and scalability.

Migration

WP CLI

To migrate actions in bulk using WP-CLI, run the following command:

wp action-scheduler custom-tables migrate [--batch-size=<batch>] [--dry-run]

About

A new data store for Action Scheduler to implement custom tables for data storage instead of a WordPress Custom Post Type. Currently in public alpha. Not recommended for use on live sites yet.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.6%
  • Shell 1.4%