rivet-gg / opengb

Open Game Backend: Open-source modular backend for all games and tools. Works with Godot, Unity, Unreal Engine, and HTML5.
https://opengb.dev
Apache License 2.0
78 stars 5 forks source link

Add health check endpoint #328

Open NathanFlurry opened 1 month ago

NathanFlurry commented 1 month ago

Motivation

Need a way to quickly check that everything is set up correctly.

Implementation

Needs to check both the database connections and core vitals. Expose at /health. Make sure this can't be abused via DDoS.

linear[bot] commented 1 month ago

OGBE-140 Add health check endpoint