from svc_infra.jobs.scheduler import InMemoryScheduler
Interval-based scheduler for simple periodic tasks (tests/local). Not a full cron parser. Tracks next_run_at per task.