描述
Minuttes is a monitoring layer for Action Scheduler, built for store owners and agencies that need visibility into the background processing their stores depend on.
It pairs with the hosted dashboard at minuttes.com, but the plugin works standalone — use it as a GraphQL API for Action Scheduler, a drop-in way to reduce Action Scheduler’s log volume, or a settings screen that detects bundled Action Scheduler conflicts between plugins. It also offers a stop button to suspend the Action Scheduler queue.
minuttes.com is an optional, paid subscription and is not required. Every feature listed here works on its own, for free. minuttes.com only adds a hosted dashboard for monitoring one or more sites from one place, and connecting to it always requires explicit authorization on your site.
Features
- Track queue status, job statistics, and failing actions
- View Action Scheduler database usage
- Monitor WP-Cron events and WooCommerce subscription status changes
- Suspend and resume the Action Scheduler queue, or rate limit specific hooks and groups
- Switch to a critical-only logger that keeps only errors and failures
- Detect multiple bundled copies of Action Scheduler across installed plugins
Requirements
- WordPress 6.2 or higher
- PHP 8.0 or higher
- WooCommerce 7.0 or higher (required for Action Scheduler and subscription features)
External Services
This plugin exposes a GraphQL API that external services can authenticate to via OAuth 2.0.
app.minuttes.com
When the site administrator authorizes a connection, the Minuttes monitoring service at app.minuttes.com connects inbound to this plugin’s API endpoints to retrieve monitoring data (Action Scheduler queue status, subscription statistics). The plugin itself does not initiate outbound connections or transmit data. All API access requires explicit OAuth authorization by a site administrator with manage_options capability.
- Service URL: https://app.minuttes.com
- Terms of Service: https://minuttes.com/terms
- Privacy Policy: https://minuttes.com/privacy
Credits
This plugin bundles the following third-party library:
- webonyx/graphql-php – MIT License
屏幕截图

Minuttes Settings screen: detects bundled Action Scheduler copies across installed plugins and flags version conflicts, with a control to suspend or resume the queue. 
Cache TTL settings: control how long Action Scheduler query results are cached, per data group. 
Action Scheduler logger: switch to a critical-only logger to reduce log-table growth, with live logging statistics. 
Hosted dashboard at app.minuttes.com (optional): Action Scheduler queue health, failed actions, and stuck claims. 
The hosted dashboard in dark mode.
安装
- Upload the
minuttesfolder to/wp-content/plugins/(or install from the WordPress plugin directory). - Activate Minuttes from the Plugins screen.
- Visit Settings → Minuttes Settings to configure the logger and review Action Scheduler conflicts.
- To connect the Minuttes dashboard, start the OAuth flow from app.minuttes.com and approve the connection when redirected.
常见问题
-
Does this plugin require WooCommerce?
-
Yes. WooCommerce 7.0 or higher is required for subscription monitoring features.
-
Is the plugin free? Do I need a paid minuttes.com account?
-
The plugin is free and fully functional on its own. minuttes.com is a separate, optional paid subscription that adds a hosted dashboard for monitoring one or more sites from one place. No account is required: the GraphQL API, log-volume reduction, conflict detection, and queue controls all run locally.
-
No data is sent outbound. When you authorize a connection, app.minuttes.com connects inbound to your site’s API to read monitoring data (queue status, subscription statistics). All access requires explicit OAuth authorization by a site administrator.
评价
此插件暂无评价。
贡献者及开发者
更新日志
1.0.3
- Rate-limit the OAuth token endpoint by client IP instead of the request-supplied client_id, so arbitrary client IDs can no longer bypass the limit or create unbounded rate-limit transients.
1.0.2
- Enqueue the OAuth authorization page stylesheet via wp_register_style() / wp_print_styles() instead of inline CSS.
- Replace WP_PLUGIN_DIR / WP_CONTENT_DIR / ABSPATH usage with the relevant WordPress APIs (wp_upload_dir(), get_plugins(), plugin_basename(), get_theme_root()) for path detection.
- Broaden .distignore to keep development artifacts (CI configs, lint configs, package tests, examples) out of the distributed zip.
- Fix plugin activation by shipping the renamed GraphQL bootstrap (includes/initializers/graphql.php) and removing the obsolete wpgraphql-loader stub.
- Move remaining inline style attributes (cache TTL input width, OAuth authorize card sizing, admin settings status/notice colors) into assets/css/admin.css classes and enqueue the stylesheet on the OAuth authorize admin page.
- Wrap GraphQL subscription type and field descriptions in () / esc_html() so they participate in translation; regenerate languages/minuttes.pot.
- Drop unused GraphQL helper functions (minuttes_register_graphql_input_type, minuttes_register_graphql_connection) and the dead load_common_types() loader branch.
- Tidy initializer files: register hooks at the top of the file, consolidate guard clauses, and remove stale internal comments.
1.0.1
- Resolve log directory via wp_upload_dir() instead of a hardcoded uploads path so the plugin works with custom WP_CONTENT_DIR, custom uploads filters, and multisite.
- Remove load_plugin_textdomain() — translations are auto-loaded since WordPress 4.6.
- Update webonyx/graphql-php to 15.32.3.
1.0.0
- Initial release
