Hello, I have four extra tables in my WordPress database: wp_actionscheduler_actions: 136,000 records wp_actionscheduler_claims wp_actionscheduler_groups wp_actionscheduler_logs: 409,000 records These tables are increasing the total size of my database by 2.5 times. The Actions Scheduler plugin is not installed. I think the size is growing because the plugin is not deleting completed tasks from the database. When I go to the Scheduled Actions page in the WordPress admin section, there are more than 140,000 records in the "Completed Tasks" section. My questions are: Is there a way to prevent the database from overgrowing in this way? Should I delete the existing tables? Or do I need to empty the wp_actionscheduler_logs table? Thank you.