zoekt-webserver: improve /healthz endpoint (#134)
* zoekt-webserver: improve /healthz endpoint
This commit changes the /healthz endpoint to perform a cheap search
rather than always returning 200 OK. It also makes the watchdog use this
endpoint rather than / which is too expensive and locks a lot, hence
explaining the frequent watchdog panics we have in large instances.
* fixup! add test