InformaticsMatters / fragnet

Fragment network tooling
Apache License 2.0
1 stars 0 forks source link

Create a REST health check endpoint that also checks if the graph db is running #18

Closed tdudgeon closed 4 years ago

tdudgeon commented 4 years ago

Probably by extending the ping endpoint

tdudgeon commented 4 years ago

The fragnet-search/rest/v2/ping endpoint was modified to return the status of the db. The possible responses are:

API: OK
DB :OK

and

API: OK
DB: FAIL
tdudgeon commented 4 years ago

Still needs merging to master

tdudgeon commented 4 years ago

Has been merged to master