Skip to content

Summarization Worker Tick

Drain the summarization queue once (PRD §6 O2). Picks eligible (cooldown-passed) entries FIFO, bounded by worker_tick_limit and the daily cost budget. Used by the sidecar cron and inline-trigger from /wb-journal-update and /wb-morning. Pass bypass_cooldown=true for explicit user-triggered refresh; bypass_budget=true to override the daily ceiling.

MCP name: summarization_worker_tick

Category: summarization

Mutates state (retry policy: manual)

Parameters

Name Type Required Description
bypass_budget bool No Skip the daily-budget circuit-breaker. Use sparingly — for user-confirmed expensive sweeps only.
bypass_cooldown bool No Skip the per-session cooldown (default 30 min). Use for /wb-summarize-now-style explicit triggers.
limit int No Max queue entries to process this tick. Default from config (conversation_observability.summaries.worker_tick_limit, default 20).