Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.0] - 2026-07-10¶
Added¶
@scheduled(every=seconds)and@scheduled(cron="...")marker decorator for component methods (sync and async).SchedulerRegistrar: discovers scheduled methods at container startup, runs them on aBackgroundScheduler, stops on container shutdown.scheduling.enabledsetting (zero-config, defaults to on).- Auto-discovery via the
pico_boot.modulesentry point.