mirror of
https://github.com/coredns/coredns.git
synced 2026-05-08 11:13:30 -04: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.