mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-25 10:33:43 +02:00
cmd/thalos/main.go: implement exponential backoff algorithm in reconnect logic
This commit is contained in:
parent
ae5dabff36
commit
5f9a54c0d8
3 changed files with 45 additions and 11 deletions
1
go.mod
1
go.mod
|
|
@ -3,6 +3,7 @@ module github.com/eosswedenorg/thalos
|
|||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/cenkalti/backoff/v4 v4.1.3
|
||||
github.com/docker/go-units v0.5.0
|
||||
github.com/eoscanada/eos-go v0.10.3-0.20230413154640-bb75101dc2f6
|
||||
github.com/eosswedenorg-go/antelope-ship-client v0.2.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue