Skip to content

Mindsize/action-scheduler-custom-tables

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • PHP 98.6%
  • Shell 1.4%