reference

kcron availability

Inspect the implemented kcron service commands and the current deferred status of workspace execution.

CLIbeginner0.7.0 Stable
Verified 2026-07-20View sourceReport a docs issue

kcron manages a local polling service and evaluates registered workspace entries. It does not currently launch workspace agent tasks.

Implemented commands

Bash
kcron status
kcron run-once
kcron start
kcron stop
kcron install
kcron uninstall
CommandCurrent behavior
statusShows Local Core, daemon, and recorded workspace evaluation state
run-onceEvaluates each registered workspace once and saves its status
startAcquires the Local Core lease and starts periodic evaluation
stopStops the running local service
installInstalls the managed local service
uninstallRemoves the managed local service

Deferred execution

For a workspace whose automationEnabled field is false, evaluation records disabled. For an enabled and valid workspace, evaluation currently records:

Text
lastOutcome: deferred
lastError: Workspace automation is deferred until the central scheduler model is implemented.

run-once, start, and install therefore confirm service and catalog behavior; they do not prove that a scheduled agent task ran or produced a report. Do not depend on kcron for recurring execution until the command stops returning the explicit deferred outcome.

See Workspace workflows for catalog discovery.