MeiliSearch/meilisearch-http/src/routes
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
..
document.rs add tests 2020-10-15 09:43:54 +02:00
dump.rs fix backups 2020-09-30 13:20:40 +02:00
health.rs refactor /health on meilisearch-http that complies: 2020-10-19 14:30:43 +08:00
index.rs Implement backups 2020-09-28 14:40:06 +02:00
key.rs upgrade actix-web to v3 2020-09-21 22:37:54 +01:00
mod.rs fix backups 2020-09-30 13:20:40 +02:00
search.rs cargo fmt 2020-09-28 14:23:32 +02:00
setting.rs Merge #914 2020-10-15 09:37:15 +00:00
stats.rs Merge branch 'master' into issue943 2020-10-02 21:01:31 +09:00
stop_words.rs add lazy create index on settings handlers 2020-10-13 10:54:02 +02:00
synonym.rs add lazy create index on settings handlers 2020-10-13 10:54:02 +02:00