Skip to content

What is the default retry condition? #679

Closed Answered by jeevatkm
fighterhit asked this question in Q&A
Discussion options

You must be logged in to vote

By default, Resty retry option values are -

resty/retry.go

Lines 17 to 19 in 1f11e18

defaultMaxRetries = 3
defaultWaitTime = time.Duration(100) * time.Millisecond
defaultMaxWaitTime = time.Duration(2000) * time.Millisecond

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fighterhit
Comment options

Answer selected by jeevatkm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants