gomod: update zoekt which retries watchdog 3 times
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: keegancsmith
We have observed zoekt-webserver being killed by the watchdog. This typically can happen on boot were a few other services are also competing for resources. Used a failure count rather than a longer timeout since that is usually how I configure the health checks in Kubernetes.
Fixes https://github.com/sourcegraph/sourcegraph/issues/7867
Push commits to the source branch or add previously merged commits to review them.