1006 B
1006 B
okf_version
| okf_version |
|---|
| 0.1 |
Architecture
- System Architecture — Component map of 10Backward: entrypoint, config, logging, runner, state, and cron wiring.
- Config Schema — Required/optional env vars, validation rules, and the typed Config dataclass.
- Logging & Run Summary — JSON formatter, secret redaction, and structured event helpers.
- Pipeline Runner — How a cron tick becomes startup + retry-wrapped pass + run_complete.
Operations
- Environment Variable Setup — Required env vars, renamed keys, and how to populate
.env. - Cron Lifecycle — How
entrypoint.shrenders/etc/cron.d/tenbackwardand hands off tocron -f.
User Guides
- Daily Run Guide — Tester/operator walkthrough of a manual daily cron tick and expected log/output behaviour.