This is an info Alert.
x402 Logo
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. Easy Actions Scheduler Cleaner

Easy Actions Scheduler Cleaner

Clean up your Actions Scheduler database with manual or scheduled cleanup. Remove old actions and logs automatically.

800+ active installs
5.0
(9 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Easy Actions Scheduler Cleaner running.

WordPress compatibility
Tested to 7.0.2
Tested against the WordPress branch in use today.
Last updated
2 months ago
At least 11.8 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
5.0
Contributors
2

800+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how Easy Actions Scheduler Cleaner is looked after — not on how many stores run it.

97

out of 100
Well maintainedSome ratings or support history.

Maintenance
35 / 35
Updated 45 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.0.2 (current).
Support responsiveness
20 / 20
100% of 3 threads resolved.
Merchant satisfaction
12 / 15
5.0/5 across 9 rating(s).
Listing transparency
10 / 10
Provides: screenshots, description, homepage
Measured 2026-08-01 from the WordPress.org plugin registry.
Ratings

5.0

9 ratings
5★9
4★0
3★0
2★0
1★0
Every rating WordPress.org holds for this plugin, not a sample. Written reviews live in the plugin's WordPress.org reviews forum.

Easy Actions Scheduler Cleaner helps you clean up your Actions Scheduler database tables. Over time, these tables can accumulate thousands or even millions of records from completed, failed, canceled, and past-due actions that are no longer needed, as well as extensive logs that can take up significant database space.

This plugin provides two cleanup modes plus email notifications:

Manual cleanup

Run a one-time cleanup that removes all unnecessary records at once:

  • Delete completed actions – Actions that have already been executed successfully
  • Delete failed actions – Actions that encountered errors during execution
  • Delete canceled actions – Actions that were manually canceled
  • Delete past-due actions – Actions that missed their scheduled execution time
  • Delete old pending actions – Pending actions older than 30 days
  • Delete action logs – Historical log records that accumulate over time

Scheduled cleanup

Configure automatic cleanup to run on a schedule with smart thresholds:

  • Flexible frequency – Daily, weekly, biweekly, or monthly
  • Per-type configuration – Enable/disable cleanup for each action type independently
  • Threshold system – Only clean when records exceed your configured minimum (e.g., clean completed actions only when there are more than 100)
  • Configurable pending age – Set custom age for old pending actions (7 to 365 days)
  • Last run reporting – See results from the last scheduled cleanup
  • Background processing (NEW in 1.3) – The scheduled cleanup now runs as a self-rescheduling Action Scheduler job, so it never times out on large sites with millions of records

Email notifications

Stay informed about your database status with configurable email notifications:

  • Periodic reports – Receive daily, weekly, or monthly reports with database status, cleanup results, and estimated space savings
  • Accumulation alerts – Get notified when records pile up without an active scheduled cleanup
  • Missed cleanup alerts – Detect when WP-Cron fails to execute a scheduled cleanup
  • Separate recipient lists – Configure different email addresses for management reports and technical alerts
  • HTML formatted emails – Clean, readable email reports
  • Test emails – Send test report or alert emails directly from the settings page to verify delivery

Key features

  • Two cleanup modes – Manual one-time cleanup or scheduled automatic cleanup
  • Smart thresholds – Scheduled cleanup only runs when record counts justify it
  • Database space estimation – See how much space your Action Scheduler tables are using
  • Email notifications – Periodic reports, accumulation alerts, and missed cleanup warnings
  • Batch processing – Handles large datasets efficiently (10,000 records per batch)
  • Detailed reporting – Shows exactly how many records were deleted by type and estimated space freed
  • Orphaned data cleanup – Also removes related orphaned groups
  • Complete logs cleanup – Removes all action logs that accumulate over time
  • WooCommerce integration – Seamlessly works with WooCommerce’s Action Scheduler

Why use this plugin?

The Actions Scheduler tool used by WooCommerce and many other WordPress plugins can accumulate millions of database records over time, which can:

  • Slow down your website performance
  • Increase database size unnecessarily
  • Make database backups larger and slower
  • Impact Actions Scheduler’s own performance

The action logs table (actionscheduler_logs) is particularly problematic as it records detailed information about every action execution and can grow exponentially on busy sites.

Works with Action Scheduler 4.0 and WooCommerce 11.0

Action Scheduler 4.0 (bundled with WooCommerce 11.0) now removes failed actions automatically after three months, on top of the completed-action cleanup it already did. This plugin still does more, and on your terms: it cleans on demand and immediately, and it also clears past-due actions, old pending actions, every action log, and orphaned groups that Action Scheduler leaves behind.

Important notes

  • Cleanup is irreversible – Always backup your database before use
  • Scheduled cleanup respects thresholds – Only cleans when record counts exceed your minimums
  • You choose the mode – Use manual for one-time cleanup or scheduled for ongoing maintenance

Perfect for

  • E-commerce sites with large Action Scheduler tables
  • Sites with millions of action log records
  • Database maintenance and optimization
  • Before major WooCommerce updates
  • Preparing for site migrations
  • Regular automated maintenance

Privacy Policy

This plugin does not collect, store, or transmit any user data externally. Email notifications are sent using WordPress’s built-in wp_mail() function through your server’s mail configuration. All data processing happens locally on your server.

Technical Details

Minimum requirements

  • WordPress 5.0 or higher
  • WooCommerce 3.0 or higher (optional)
  • PHP 7.4 or higher
  • MySQL 5.6 or MariaDB 10.1

Database tables affected

  • wp_actionscheduler_actions – Main actions table
  • wp_actionscheduler_groups – Groups table (orphaned records only)
  • wp_actionscheduler_logs – Logs table (all records)

Batch processing

The plugin processes deletions in batches of 10,000 records to prevent timeouts and reduce server load during cleanup operations.

WP-Cron

Scheduled cleanup and email notifications rely on WP-Cron. If your site uses an external cron job (DISABLE_WP_CRON), make sure your system cron is properly configured to trigger WP-Cron. The missed cleanup alert can help detect WP-Cron issues.

For developers

The plugin exposes three filters for fine-tuning the cleanup behavior. Add them to a mu-plugin or your theme’s functions.php:

easc_large_site_threshold (default: 500000)

Number of total records (actions + logs) that triggers the “consider enabling scheduled cleanup” admin notice.

easc_batch_size (default: 10000, context: 'scheduled')

Rows deleted per DELETE LIMIT query. Lower if your database struggles, raise if you have headroom. Currently applies to the scheduled cleanup only.

easc_cleanup_step_time_budget (default: 25)

Seconds each background step is allowed to run before rescheduling itself. Should be lower than your hosting’s PHP max_execution_time.

Example:

add_filter( 'easc_large_site_threshold', fn() => 100000 );<h3>Support</h3>

Need private support or custom development?

Do you need one-on-one help, priority troubleshooting, or a custom feature, integration, or tweak built specifically for your site? I offer private support and custom development. Just contact me and tell me what you need.

Need help or have suggestions?

  • Official website
  • WordPress support forum
  • YouTube channel
  • Documentation and tutorials

Love the plugin? Please leave us a 5-star review and help spread the word!

About AyudaWP

We are specialists in WordPress security, SEO, and performance optimization plugins. We create tools that solve real problems for WordPress site owners while maintaining the highest coding standards and accessibility requirements.

Is this safe to use?

Yes, but like any database operation, you should always backup your database first. The plugin only removes historical records that are no longer needed.

Will this break my WooCommerce store?

No. The plugin only removes completed, failed, canceled, past-due, and old pending actions, plus action logs. It preserves all active and recent pending actions that WooCommerce still needs.

How does scheduled cleanup work?

Scheduled cleanup uses WP-Cron to run at your chosen frequency (daily, weekly, biweekly, or monthly). Each action type has a threshold: cleanup only happens when the record count exceeds that minimum. For example, if you set completed actions threshold to 100, they will only be cleaned when there are 100 or more completed actions.

What are thresholds?

Thresholds prevent unnecessary cleanup runs. If your site only has 20 completed actions and the threshold is 100, those 20 records will be left alone until they accumulate past the threshold. This is especially useful for low-traffic sites.

How do email notifications work?

You can configure three types of notifications: periodic reports (daily/weekly/monthly summaries), accumulation alerts (when records pile up without scheduled cleanup), and missed cleanup alerts (when WP-Cron fails). Report emails and alert emails can be sent to different recipients. You can also send test emails from the settings page to verify everything is working correctly.

Can I send reports and alerts to different people?

Yes. The Notifications tab has separate recipient fields for management reports and technical alerts. By default both use the site admin email, but you can customize each independently.

Can I use both manual and scheduled cleanup?

Yes. You can run a manual cleanup first to clear everything, then enable scheduled cleanup to keep things clean going forward.

Can I undo the cleanup?

No, cleanup is irreversible. That’s why we strongly recommend creating a database backup before using it.

Will deleting action logs affect my store?

No. Action logs are purely historical records used for debugging and monitoring. Deleting them does not affect store functionality but can significantly reduce database size.

How is database space estimated?

The plugin queries MySQL’s information_schema.tables to get the actual disk usage (data + indexes) of the Action Scheduler tables. The “space freed” value compares table sizes before and after cleanup.

Does this work with Actions Scheduler Pro plugin?

This plugin works with the standard Action Scheduler that comes with WooCommerce and many other WordPress plugins. Compatibility with Action Scheduler Pro plugin has not been tested.

Do I still need this plugin with Action Scheduler 4.0 and WooCommerce 11.0?

Yes. Action Scheduler 4.0 adds automatic removal of failed actions older than three months. This plugin still cleans on demand and immediately, with no three-month wait, and it also removes past-due actions, old pending actions, all action logs, and orphaned groups, which Action Scheduler does not clean for you. You also get configurable thresholds, database space estimation, and email reports and alerts.

Does it conflict with Action Scheduler 4.0’s automatic cleanup?

No. The plugin and Action Scheduler’s built-in cleanup are independent and safe to run together. Deleting a row the other process would also delete is harmless. If you prefer Action Scheduler to purge failed actions on its own schedule, just leave the “failed” type disabled in the plugin’s scheduled cleanup.

Categories
Privacy & performance
Plugin details
Version1.3.0
Last updated2026-06-17 12:14pm GMT
Added2025-09-28
Requires WordPress5.0
Tested up to7.0.2
Requires PHP7.4

Tags on WordPress.org
actions scheduler
cleanup
database
performance
woocommerce
Alternatives
Other plugins in the same categories.
EU Withdrawal Compliance
1K+ installs
5.0(15)
Terms & Conditions Per Product
800+ installs
4.6(13)
Spotrebiteľské práva pre WooCommerce
200+ installs
5.0(1)
Additional Terms Lite for WooCommerce
2K+ installs
3.5(15)
Fast Woo Order Lookup
200+ installs
5.0(8)
BoltAudit AI: Speed and Performance Optimization for WordPress
100+ installs
5.0(8)
x402 Logo

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy