Linux 软件免费装
Banner图

Minuttes

开发者 conschneider
更新时间 2026年6月8日 22:53
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

subscriptions monitoring graphql action-scheduler

下载

1.0.5 1.0.3 1.0.4

详情介绍:

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. Every capability is exposed over WP-CLI (wp minuttes ...), so operators, scripts, and AI agents can drive it straight from the terminal. minuttes.com is an optional, paid subscription and is not required. The plugin's own features — the GraphQL API, the WP-CLI command suite, queue suspend/resume, the critical-only logger, and conflict detection — work on their own, for free. Features marked (via minuttes.com) add the hosted dashboard, and connecting to it always requires explicit authorization on your site. Features

安装:

  1. Upload the minuttes folder to /wp-content/plugins/ (or install from the WordPress plugin directory).
  2. Activate Minuttes from the Plugins screen.
  3. Visit Settings → Minuttes Settings to configure the logger and review Action Scheduler conflicts.
  4. To connect the Minuttes dashboard, start the OAuth flow from app.minuttes.com and approve the connection when redirected.

屏幕截图:

  • 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.
  • Authorize Connection: the plugin's OAuth consent screen, where a site administrator reviews the requested access and approves the connection — no data leaves the site without it.
  • Hosted dashboard at app.minuttes.com (optional): Action Scheduler queue health, failed actions, and stuck claims.
  • The hosted dashboard in dark mode.
  • Action Scheduler overview: scheduled, past-due, failed, completed, and cancelled action counts with historical trends.
  • Action Scheduler database usage: table sizes, row counts, and index details for the Action Scheduler tables.
  • Job statistics: completed, failed, and pending job counts broken down by hook.
  • Stuck claim monitoring: detect and clear stuck Action Scheduler claims that block queue processing.
  • WooCommerce subscription monitoring: active, on-hold, pending, cancelled, and expired counts with change history.
  • Scheduled cleanup: automatically delete completed actions on a recurring schedule, with data-retention controls.

常见问题:

Does this plugin require WooCommerce?

No. It will work with any WordPress setup that uses Action Scheduler.

Can I use this with WP-CLI?

Yes. The plugin registers a full wp minuttes command set, so you can read queue status, statistics, hooks, groups, database usage, logs, WP-Cron events, and subscription counts, and control the queue, logger, stuck claims, and hook/group blocking from the terminal. Every read command supports --format=json, which makes it convenient for scripts and AI agents. Run wp minuttes to list the available commands.

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 monitoring dashboard. No account is required: the GraphQL API, log-volume reduction, conflict detection, and queue suspend/resume all run locally.

What data is shared with app.minuttes.com?

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.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0