mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
- Add 8s shutdown timeout to prevent indefinite hang when app.close() stalls. Stays under Docker's default 10s stop_grace_period. - Health endpoint now checks database connectivity, returns 503 when DB is unreachable so Docker marks container unhealthy. - Removed variant field from health response (single image now).