39 - Production Platform Lab (API + Jobs + Caching + Observability)¶
Home: README
Build a reusable platform skeleton that mirrors real production constraints.
Platform stack goals¶
- Service API layer
- Async/background job processing
- Caching layer
- Structured logging and metrics
- Health checks and readiness checks
Mandatory lab sequence¶
- Build API skeleton (versioned endpoints).
- Add background jobs and retry policy.
- Add cache with explicit TTL rules.
- Add structured logs with correlation IDs.
- Add smoke tests and integration tests.
- Add load/error drill and recovery playbook.
Deliverables¶
- Project template usable for future systems.
- Runbook and incident quick-start guide.
- One dashboard view of system health KPIs.