Categorygithub.com/wego/pkg/retry
package
0.1.9
Repository: https://github.com/wego/pkg.git
Documentation: pkg.go.dev

# README

retry

custom github.com/eapache/go-resiliency retrier, will do the retry on when

  • net.Error
  • Server returns 500,502/504/429 status code
  • Service returns errors.Retry error
  • Service returns unmarshalling error