Is there any reason why we request the `/health` e...
# contributing-to-airbyte
u
Is there any reason why we request the
/health
endpoint every 10 seconds? Like restarting services if something failed?
2021-07-01 19:55:01 INFO i.a.s.RequestLogger(filter):109 - {workspace_app_root=/tmp/workspace/server/logs} - REQ 172.29.0.6 GET 200 /api/v1/health
Also, should this endpoint return more information besides {"db": "true"}
yeah. we do it at that cadence so that the UI can warn if it stops being able to connect.
u
we definitely can add more info