swarmvault schedule
Run file-backed local schedule jobs defined in swarmvault.config.json.
Usage
swarmvault schedule list
swarmvault schedule run <job-id>
swarmvault schedule serve [--poll <ms>]Subcommands
list- Show configured jobs, next run, last run, last status, and the last approval id created by that jobrun <job-id>- Execute one job immediatelyserve- Run the local schedule loop and execute due jobs serially
Supported Job Types
compilelintqueryexplore
Scheduled query and explore jobs stage saved outputs through the normal approval queue instead of writing live output pages directly.
Notes
- Schedule state lives under
state/schedules/ - Runs also write session artifacts into
state/sessions/ schedule serveis the long-running local scheduler foundation for a later daemon mode