mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 02:03:13 -05:00
This adds a generic way of start a check function to check a backend. This package can be used to kick off healthchecks. The package makes sure only 1 is run at any one time. It should allow for: See upstream error -> kick off healthcheck and not to worry about overwhelming the upstream with a barrage of queries.