Skip to content

Commit

Permalink
refactor: helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Mar 18, 2024
1 parent 056483e commit 04e75ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func Retry(fn func() error, retries int, delay time.Duration, logger func(format
logger("Retrying (%d/%d) in %s: %s", r+1, retries, backoff, err.Error())



time.Sleep(backoff)
}

Expand Down

0 comments on commit 04e75ee

Please sign in to comment.