openclaw - 💡(How to fix) Fix [Bug]: Cron job badge shows incorrect 'hidden' notification count in Web Control UI

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

The cron job badge in the Web Control UI top-right corner persistently shows a notification number that doesn't match the visible job count. When hovering the badge, the tooltip says "hidden" — indicating the count includes jobs that aren't visible in the list.

Root Cause

  • This matches the bug described in Issue #51382, which was closed as "not planned" with the claim that current main doesn't have the path.
  • However, this is reproducible on 2026.5.7 (current npm release)
  • Community RCA from @Hollychou924 traced the root cause: when cronJobsEnabledFilter === 'all' (default), the API request sends includeDisabled: true, so the total returned includes disabled jobs. The badge cronJobsTotal is derived from this total, but the visible list only shows enabled jobs — creating a mismatch.
  • openclaw cron list shows the accurate count

Fix Action

Workaround

Use openclaw cron list for accurate count. The badge number is unreliable.


Possibly related: Issue #51382 (closed), zooclaw.ai help article on cron badge mismatch.

RAW_BUFFERClick to expand / collapse

Bug: Cron job badge shows "hidden" notification count that doesn't match visible jobs

OpenClaw Version: 2026.5.7 OS: Windows 11 Channel: Web Control UI (dashboard)


Summary

The cron job badge in the Web Control UI top-right corner persistently shows a notification number that doesn't match the visible job count. When hovering the badge, the tooltip says "hidden" — indicating the count includes jobs that aren't visible in the list.

Environment

  • OpenClaw Version: 2026.5.7
  • OS: Windows 11
  • Channel: webchat (Control UI)
  • Install method: npm

Steps to reproduce

  1. Open Web Control UI at http://127.0.0.1:18789/
  2. Look at the cron job count badge in the top-right corner
  3. Observe the number displayed
  4. Compare to the actual number of visible jobs in the Cron Jobs list
  5. Hover the badge — tooltip says "hidden"

Expected behavior

Badge should display the number of visible cron jobs matching the current filter.

Actual behavior

Badge shows a higher number than the visible list. The difference appears to be accounted for by disabled jobs that exist but aren't shown in the default filtered view.

Additional context

  • This matches the bug described in Issue #51382, which was closed as "not planned" with the claim that current main doesn't have the path.
  • However, this is reproducible on 2026.5.7 (current npm release)
  • Community RCA from @Hollychou924 traced the root cause: when cronJobsEnabledFilter === 'all' (default), the API request sends includeDisabled: true, so the total returned includes disabled jobs. The badge cronJobsTotal is derived from this total, but the visible list only shows enabled jobs — creating a mismatch.
  • openclaw cron list shows the accurate count

Workaround

Use openclaw cron list for accurate count. The badge number is unreliable.


Possibly related: Issue #51382 (closed), zooclaw.ai help article on cron badge mismatch.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Badge should display the number of visible cron jobs matching the current filter.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: Cron job badge shows incorrect 'hidden' notification count in Web Control UI