samply / beam

🌈 Federated, end-to-end-encrypted, efficient communication among strict network environments.
Apache License 2.0
25 stars 6 forks source link

Include actual logic in `/v1/health/` endpoint #16

Open TKussel opened 2 years ago

TKussel commented 2 years ago

Until now, the /v1/health resource just returns a fixed 200 OK reply. This is acceptable for basic connectivity and and uptime monitoring, however a more involved healtch check evaluation everything required for an operational status would be nice.

TKussel commented 1 year ago

This is being worked on in #104