api/scheduler_tick.py.dox.md
scheduler_tick.py API endpoint.scheduler_tick.py because this directory is intentionally flat.scheduler_tick.py owns the runtime implementation.scheduler_tick.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.SchedulerTick (ApiHandler)
requires_loopback(cls) -> boolrequires_auth(cls) -> boolrequires_csrf(cls) -> boolasync process(self, input: Input, request: Request) -> Outputhelpers.api.ApiHandler; WebSocket handlers must derive from helpers.ws.WsHandler.SchedulerTick is an ApiHandler.SchedulerTick defines process(...).SchedulerTick defines requires_auth(...).SchedulerTick defines requires_csrf(...).SchedulerTick defines requires_loopback(...).datetime, helpers.api, helpers.localization, helpers.print_style, helpers.task_scheduler.datetime.now.strftime, PrintStyle, scheduler.get_tasks, scheduler.serialize_all_tasks, Localization.get.set_timezone, scheduler.reload, scheduler.tick, datetime.now.helpers.api.Response for non-JSON responses, files, redirects, or status-specific replies.No child DOX files.