Skip to content

gomod: update zoekt which retries watchdog 3 times

Administrator requested to merge core/zoekt-watchdog into master

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

Merge request reports

Loading