This plugin is no longer needed. The custom table code is now part of Action Scheduler version 3.0 and newer. If you're using the latest Action Scheduler, you have the most performant schema available.
This does 2 things to facilitate setting the last attempt dates properly:
Adds an update_action() method to the DB_Store data store.
Adds logic in the migration class to set the last attempt dates on completed actions. This ensures that the DB_Store::create_action() method doesn't need to know anything about other data store types.
This does 2 things to facilitate setting the last attempt dates properly:
update_action()
method to theDB_Store
data store.DB_Store::create_action()
method doesn't need to know anything about other data store types.Fixes #10