diff options
author | 2020-02-04 05:19:48 -0800 | |
---|---|---|
committer | 2020-02-04 14:19:48 +0100 | |
commit | efbe4ac5e80f7c59528d878f910b5edaf8cd17e1 (patch) | |
tree | 5986dfb53525110207338625e2aa8d2150e2807c /go.mod | |
parent | 22cd28a7987afc24161b110b550d3e62347d1626 (diff) | |
download | coredns-efbe4ac5e80f7c59528d878f910b5edaf8cd17e1.tar.gz coredns-efbe4ac5e80f7c59528d878f910b5edaf8cd17e1.tar.zst coredns-efbe4ac5e80f7c59528d878f910b5edaf8cd17e1.zip |
Add exponential backoff to healthcheck (#3643)
Move exponential backoff initialization to Start()
Signed-off-by: RickyRajinder <singh.sangh@gmail.com>
Move comment
Increase max interval and update README
Remove trailing whitespace
Change Start() param name back to interval
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ require ( github.com/apache/thrift v0.13.0 // indirect github.com/aws/aws-sdk-go v1.28.9 github.com/caddyserver/caddy v1.0.4 + github.com/cenkalti/backoff/v4 v4.0.0 github.com/coredns/federation v0.0.0-20190818181423-e032b096babe github.com/coreos/go-systemd v0.0.0-20190212144455-93d5ec2c7f76 // indirect github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect |