gitcoinco / grants-stack-api

GNU Affero General Public License v3.0
13 stars 2 forks source link

Health check path #32

Closed vacekj closed 1 year ago

vacekj commented 1 year ago

new /health endpoint that checks connection to database and fails if db cannot be reached.

used for monitoring

inspiration: https://tjmaynes.com/posts/implementing-the-health-check-api-pattern-with-rust/