Home
last modified time | relevance | path

Searched refs:RetryAttempts (Results 1 – 25 of 6877) sorted by relevance

12345678910>>...276

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocb/v2/
H A Derror_wrapping.go32 RetryAttempts: kvErr.RetryAttempts,
46 RetryAttempts: viewErr.RetryAttempts,
57 RetryAttempts: queryErr.RetryAttempts,
68 RetryAttempts: analyticsErr.RetryAttempts,
77 RetryAttempts: searchErr.RetryAttempts,
88 RetryAttempts: httpErr.RetryAttempts,
99 RetryAttempts: timeoutErr.RetryAttempts,
H A Derror_timeout.go16 RetryAttempts uint32 member
28 RetryAttempts uint32 `json:"ra,omitempty"` member
47 RetryAttempts: err.RetryAttempts,
69 err.RetryAttempts = tErr.RetryAttempts
H A Dretry.go26 RetryAttempts() uint32 methodSpec
36 func (req *wrappedRetryRequest) RetryAttempts() uint32 { func
37 return req.req.RetryAttempts()
190 return &WithDurationRetryAction{WithDuration: rs.BackoffCalculator(req.RetryAttempts())}
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocb/v2/
H A Derror_wrapping.go32 RetryAttempts: kvErr.RetryAttempts,
46 RetryAttempts: viewErr.RetryAttempts,
57 RetryAttempts: queryErr.RetryAttempts,
68 RetryAttempts: analyticsErr.RetryAttempts,
77 RetryAttempts: searchErr.RetryAttempts,
88 RetryAttempts: httpErr.RetryAttempts,
99 RetryAttempts: timeoutErr.RetryAttempts,
H A Derror_timeout.go16 RetryAttempts uint32 member
28 RetryAttempts uint32 `json:"ra,omitempty"` member
47 RetryAttempts: err.RetryAttempts,
69 err.RetryAttempts = tErr.RetryAttempts
H A Derror_timeout_test.go18 RetryAttempts: 5,
40 suite.Assert().Equal(tErr.RetryAttempts, err.RetryAttempts)
58 suite.Assert().Equal(tErr2.RetryAttempts, err.RetryAttempts)
111 suite.Assert().Greater(tErr.RetryAttempts, uint32(0))
H A Dretry.go26 RetryAttempts() uint32 methodSpec
36 func (req *wrappedRetryRequest) RetryAttempts() uint32 { func
37 return req.req.RetryAttempts()
190 return &WithDurationRetryAction{WithDuration: rs.BackoffCalculator(req.RetryAttempts())}
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocbcore/v9/
H A Derrors_internal.go73 RetryAttempts uint32 `json:"retry_attempts,omitempty"` member
103 RetryAttempts uint32 `json:"retry_attempts,omitempty"` member
130 RetryAttempts uint32 `json:"retry_attempts,omitempty"` member
157 RetryAttempts uint32 `json:"retry_attempts,omitempty"` member
179 RetryAttempts uint32 `json:"retry_attempts,omitempty"` member
198 RetryAttempts uint32 `json:"retry_attempts,omitempty"` member
218 RetryAttempts uint32 member
230 RetryAttempts uint32 `json:"ra,omitempty"` member
244 RetryAttempts: err.RetryAttempts,
267 err.RetryAttempts = tErr.RetryAttempts
H A Dhttp.go46 func (hr *httpRequest) RetryAttempts() uint32 { func
113 ierr.RetryAttempts = req.RetryAttempts()
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocbcore/v9/
H A Derrors_internal.go73 RetryAttempts uint32 `json:"retry_attempts,omitempty"` member
103 RetryAttempts uint32 `json:"retry_attempts,omitempty"` member
130 RetryAttempts uint32 `json:"retry_attempts,omitempty"` member
157 RetryAttempts uint32 `json:"retry_attempts,omitempty"` member
179 RetryAttempts uint32 `json:"retry_attempts,omitempty"` member
198 RetryAttempts uint32 `json:"retry_attempts,omitempty"` member
218 RetryAttempts uint32 member
230 RetryAttempts uint32 `json:"ra,omitempty"` member
244 RetryAttempts: err.RetryAttempts,
267 err.RetryAttempts = tErr.RetryAttempts
H A Dhttp.go46 func (hr *httpRequest) RetryAttempts() uint32 { func
113 ierr.RetryAttempts = req.RetryAttempts()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/influxdata/influxdb-client-go/v2/internal/write/
H A Dservice.go36 RetryAttempts uint member
154 …eturn fmt.Errorf("write failed (attempts %d): max retry time exceeded", batchToWrite.RetryAttempts)
163 batchToWrite.RetryDelay = w.computeRetryDelay(batchToWrite.RetryAttempts)
177 } else if batchToWrite.RetryAttempts == w.writeOptions.MaxRetries() {
183 batchToWrite.RetryAttempts++
188 return fmt.Errorf("write failed (attempts %d): %w", batchToWrite.RetryAttempts, perror)
/dports/security/vuls/go-autorest-logger-v0.1.0/autorest/azure/
H A Drp.go34 for currentAttempt := 0; currentAttempt < client.RetryAttempts; currentAttempt++ {
41 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
121 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
160 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
/dports/security/vuls/go-autorest-tracing-v0.5.0/autorest/azure/
H A Drp.go34 for currentAttempt := 0; currentAttempt < client.RetryAttempts; currentAttempt++ {
41 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
121 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
160 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Drp.go34 for currentAttempt := 0; currentAttempt < client.RetryAttempts; currentAttempt++ {
41 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
121 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
160 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Drp.go34 for currentAttempt := 0; currentAttempt < client.RetryAttempts; currentAttempt++ {
41 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
121 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
160 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Drp.go34 for currentAttempt := 0; currentAttempt < client.RetryAttempts; currentAttempt++ {
41 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
121 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
160 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-azure/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Drp.go34 for currentAttempt := 0; currentAttempt < client.RetryAttempts; currentAttempt++ {
41 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
121 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
160 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Drp.go34 for currentAttempt := 0; currentAttempt < client.RetryAttempts; currentAttempt++ {
41 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
121 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
160 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Drp.go34 for currentAttempt := 0; currentAttempt < client.RetryAttempts; currentAttempt++ {
41 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
121 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
160 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
/dports/misc/concourse/go-autorest-tracing-v0.5.0/autorest/azure/
H A Drp.go34 for currentAttempt := 0; currentAttempt < client.RetryAttempts; currentAttempt++ {
41 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
121 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
160 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
/dports/misc/concourse/go-autorest-logger-v0.1.0/autorest/azure/
H A Drp.go34 for currentAttempt := 0; currentAttempt < client.RetryAttempts; currentAttempt++ {
41 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
121 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
160 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Drp.go34 for currentAttempt := 0; currentAttempt < client.RetryAttempts; currentAttempt++ {
41 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
121 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
160 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Drp.go34 for currentAttempt := 0; currentAttempt < client.RetryAttempts; currentAttempt++ {
41 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
121 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
160 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Drp.go34 for currentAttempt := 0; currentAttempt < client.RetryAttempts; currentAttempt++ {
41 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
121 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…
160 …autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesFor…

12345678910>>...276