Jordan Schilling | Technologist, Software Builder, and Engineer

Jordan Schilling — software engineer and technologist

Software engineer focused on automation systems, experimental tools, and developer productivity. Projects, dev logs, and technical writing.

27 April 2026

Adding Health Checks and Matchmaking Endpoints

by Jordan Schilling

Devlog - 2026-04-27

Overview

Added a CLI health check so each Docker startup can be verified across the running instances. This gives the project a quick way to confirm whether the local platform is actually ready before moving into deeper API or observability work.

Initial FastAPI App

Built a minimal FastAPI application with the first matchmaking endpoints:

Docker Runtime

The Docker container setup is now standing up with health checks across the core packages, including Redis and PostgreSQL. This is the first version of the platform where the services can be brought up together and checked as a system instead of inspected one container at a time.

References

tags: fastapi - docker - health-checks - api - redis - postgresql