✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Kanban for Advanced Cron Manager

SleekView Kanban reads Advanced Cron Manager scheduled event data from the WordPress cron store, groups events into lanes like due, running, completed, and paused, and lets your team drag events between lanes to pause or resume without leaving wp-admin.

♾️ Lifetime License available

SleekView Kanban board for Advanced Cron Manager

Why Advanced Cron Manager fits a kanban

Advanced Cron Manager extends the built-in WordPress wp-cron mechanism by surfacing every scheduled event in a UI, plus extra columns the plugin computes like event hook, recurrence, next run timestamp, last duration, and a run state that swings between due, running, completed, and paused depending on whether wp-cron has fired the hook recently.

The default Advanced Cron Manager admin screen shows these events as a flat sortable table, which works for spotting a single misbehaving hook but breaks down once a site has hundreds of scheduled events from dozens of plugins. SleekView Kanban reads the same scheduled event data and groups events by the run state field, which is the natural pipeline lane for a wp-cron schedule. Each card surfaces the hook name, the recurrence label, the next run timestamp, and the last duration.

Dragging a card from due to paused calls the Advanced Cron Manager pause API and writes the new state back to the event row, so the wp-cron tick skips the hook on its next scheduled run. Bulk drags can pause a group of noisy cron events in one transaction during a maintenance window, which is exactly the cleanup an admin wants when a deploy ships and a noisy hook would otherwise fire hundreds of times.

Workflow

From wp-cron list to kanban board

1

Point at the cron store

Install SleekView next to Advanced Cron Manager. Pick the scheduled event store as the source. SleekView reads hook, recurrence, next run, last duration, and the run state value at the end of each scheduled tick.
2

Pick run state as the lane

Set the group-by field to the run state column. SleekView reads every value the cron manager uses, including due, running, completed, and paused, and renders each as a lane with a live count and color per state.
3

Choose card fields

Pick which event fields appear on each card. Most sysadmins pick hook name, recurrence label, next run, and last duration. Full callback chains open in a side panel so the kanban stays scannable across a long cron list.
4

Enable control drops

Flip the drag-and-drop switch and SleekView calls the Advanced Cron Manager pause and resume API on drop. Capabilities decide who can pause production, so engineers pause staging events while seniors flip production.

Sample board

Sample Advanced Cron Manager board

A live SleekView Kanban grouping Advanced Cron Manager events by state, with cards showing hook name, recurrence label, next run timestamp, and the last duration in seconds.
Due
32
wp_scheduled_auto_draft_delete next run
daily, next at 03:00 UTC
wc_admin_unsnooze_admin_notes next run
hourly, next at 09:00 UTC
action_scheduler_run_queue next run task
every 1 min, next 09:01
Running
3
action_scheduler_run_queue running tick
duration 14s, running now
wp_privacy_delete_old_export_files run
duration 6s, running now
wp_update_plugins running on prod site now
duration 2s, running now
Completed
1840
wp_scheduled_auto_draft_delete completed
duration 0.4s, ran today
wc_admin_unsnooze_admin_notes completed
duration 1.2s, ran today
action_scheduler_run_queue completed
duration 8.4s, ran 1m ago
Paused
12
Legacy newsletter cron paused by admin Z
paused, daily at 09:00
Old image regen cron paused for migration
paused, hourly run set
Old import sync cron paused during deploy
paused, every 15 min

Comparison

Default cron list vs SleekView Kanban

Default ACM cron list

  • Flat sortable table with no grouping by run state across the whole site once
  • No instant sense of how many cron events are due to fire in the next ten minutes
  • Pausing many hooks at once means clicking each row in the cron manager screen
  • No audit of who paused which hook from which WordPress role during a shift
  • Mobile cron manager view shows the same dense table desktop sysadmins see

SleekView Kanban

  • Groups Advanced Cron Manager events by the run state with live counts per lane
  • Drag from due to paused to call the cron manager pause API on the next tick
  • Card fronts show hook name, recurrence label, next run, and last duration
  • Paused hooks sit in their own lane separated from the completed history lane
  • Capability gates restrict pauses on production hooks to senior admin roles only

Features

What SleekView Kanban gives you for Advanced Cron Manager

Watch wp-cron live

Advanced Cron Manager exposes every scheduled event core, plugins, and themes register, but the default list shows them sorted by hook name. The kanban groups events by run state, so a sysadmin sees due hooks at a glance.

Pause noisy hooks in bulk

When a deploy ships and a noisy hook fires too often, select every row in the due lane filtered to that hook and drag the cards to paused in one move. The pause API writes the new state to every row in one transaction.

Filter by recurrence or hook

A filter bar narrows lanes by recurrence label, hook name, plugin source, or assigned admin. Saved filters are per-user, so a deploy engineer focused on hourly hooks keeps a focused board while a teammate watches daily backups.

Audience

Three teams using the cron manager kanban

Site reliability engineers

SREs watch the running lane during deploy windows to confirm no scheduled event takes longer than the deploy budget allows and pause any hook that exceeds the budget.

Performance engineers

Performance engineers filter the board to long running hooks, sort by last duration, and chase the worst offenders into refactored versions that bring duration down below tick budget.

Hosting platform sysadmins

Hosting sysadmins use the kanban across a fleet of WordPress sites to watch the paused lane for old hooks left over from prior migrations and clean them up during maintenance.

The bigger picture

Why a kanban beats a table for wp-cron

Wp-cron is a coordination problem. WordPress core, plugins, and themes all register scheduled events on the same shared tick, which means a busy WordPress site can easily have hundreds of cron events scheduled at once. Advanced Cron Manager makes those events visible in a flat sortable table, which works for spotting a single misbehaving hook but breaks down once a sysadmin has to coordinate a deploy or a maintenance window across that many events at the same time.

A kanban board fixes that shape. Lanes give SREs an instant count of due, running, completed, and paused events, drag-and-drop turns a pause into a single gesture that calls the cron manager pause API and writes the new state to the event row, and filters let each engineer scope the board to the hooks or plugins they actually own. The same cron event data powers a different mental model that matches how reliability teams really think about wp-cron rather than the sorted table the admin screen shows.

Questions

Common questions about SleekView Kanban for Advanced Cron Manager

Both the free and the Pro versions of Advanced Cron Manager expose the same scheduled event store, and SleekView reads that store directly. The kanban renders the same way regardless of which version you run, and the Pro locking feature makes the running lane more accurate.

 

Yes. The drag handler calls the Advanced Cron Manager pause API, which writes the paused state to the event row in the wp-cron store. WordPress core checks that state on every tick, and the paused state causes wp-cron to skip the hook on the next scheduled run.

 

Yes. Dragging a card from the completed lane back to the due lane writes a new next run timestamp matching the current time, which causes the next wp-cron tick to fire the hook immediately. The original recurrence label is preserved, so the hook returns to its normal schedule.

 

Yes. SleekView views are configuration only, so you can build one board filtered to WooCommerce hooks and another to action scheduler queue hooks from the same wp-cron event store. Each sysadmin picks a default board, and lead admins pin shared boards.

 

SleekView reads the wp-cron event store on every page load, so a new hook shows up automatically as a card in the due lane with its own row. No board reconfiguration is required, and you can immediately filter the active lanes to that new hook to monitor it.

 

Each event card opens a side panel showing the full hook callback chain, the argument payload registered for the event, the recurrence label, the next run timestamp, and the last few completed run durations. Sysadmins can debug without leaving the kanban for the cron admin.

 

Yes. SleekView respects WordPress capabilities, so you can require a senior admin capability before a card lands in the paused lane for production-tagged hooks. Junior engineers can still pause staging hooks freely, but only seniors can pause a production hook on the live site.

 

SleekView reads and writes the existing Advanced Cron Manager schema without adding shadow tables for cron events. View configuration sits in its own small options row, so uninstalling SleekView leaves every wp-cron event and schedule exactly where the cron manager wrote them.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView