MeiliSearch/meilisearch-http/src
frbimo 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
..
helpers fix clippy 2020-10-13 10:01:57 +02:00
models introduce new key management 2020-02-14 12:54:07 +01:00
routes refactor /health on meilisearch-http that complies: 2020-10-19 14:30:43 +08:00
analytics.rs add more analytics 2020-06-02 15:40:31 +02:00
data.rs create an helper to allow to delete the index on error 2020-10-13 10:54:02 +02:00
dump.rs fix clippy 2020-10-13 10:01:57 +02:00
error.rs fix backups 2020-09-30 13:20:40 +02:00
lib.rs fix backups 2020-09-30 13:20:40 +02:00
main.rs fix backups 2020-09-30 13:20:40 +02:00
option.rs fix backups 2020-09-30 13:20:40 +02:00
snapshot.rs fix clippy 2020-10-13 10:01:57 +02:00