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.
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.
To migrate actions in bulk using WP-CLI, run the following command:
wp action-scheduler custom-tables migrate [--batch-size=<batch>] [--dry-run]