Commit Graph

8 Commits

Author SHA1 Message Date
018cadc598 follow the IBM convention 2021-03-16 14:02:14 +01:00
f6d0689967 add a body to be fully compliant with the http spec 2021-03-16 11:40:51 +01:00
a2ac2de011 Use 200 status code for healthcheck endpoint 2021-03-16 11:22:00 +01:00
6465a3f549 refactor /health on meilisearch-http that complies:
1. NEEDS to ensure that service is completely up if it returns 204
2. DOES NOT block service process (write transaction)
3. NEEDS to use the less network bandwidth as possible when it's triggered
4. NEEDS to use the less service resources as possible when it's triggered
5. DOES NOT NEED any authentication
6. MAY be named /health
2020-10-19 14:30:43 +08:00
27b3b53bc5 update tests & fix the broken code 2020-04-28 17:46:03 +02:00
81ce90e57f update test 2020-03-06 10:15:19 +01:00
c276dda305 run cargo fmt 2020-02-11 15:27:58 +01:00
116a637cfd set test for healthyness 2020-02-11 15:27:55 +01:00