[ad_1]
I’ve been troubleshooting this for weeks. At one point the actionscheduler_logs table filled up to a whopping 200GB. It wasn’t discovered until our backup service told us it couldn’t backup any longer and our host let us know the database was 200GB+
After truncating it, it immediately starts to fill up. The three plugins that use it, were turned off, triggering an error with your plugin, pointing to some sort of Woocommerce file within your plugin. We do not use Woocommerce.
Our problem seems very close to this documented problem with WooCommerce, which again, we do not use.
deactivating your plugin and truncating the table, still results in a growing table. All the troubleshooting points to your plugin.
this is the site health email message I just received:
“Your Site is Experiencing a Technical Issue”
Error Details
=============
An error of type E_ERROR was caused in line 44 of the file /public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php. Error message: Uncaught RuntimeException: Error saving action: Error saving action: Database error. in /public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php:44
Stack trace:
#0 /public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php(242): ActionScheduler_DBStoreMigrator->save_action(Object(ActionScheduler_Action), NULL)
#1 /public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php(177): ActionScheduler_HybridStore->save_action(Object(ActionScheduler_Action))
#2 /public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php(84): ActionScheduler_ActionFactory->store(Object(ActionScheduler_Action))
#3 /public_html/wp-content/plugins/al
