Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DefaultCallRetryOptions (0.18 sec)

  1. pkg/test/framework/components/echo/calloptions.go

    	if o.Retry.NoRetry {
    		// User specified no-retry, nothing to do.
    		return
    	}
    
    	// NOTE: last option wins, so order in the list is important!
    
    	// Start by getting the defaults.
    	retryOpts := DefaultCallRetryOptions()
    
    	// Don't use converge unless we need it. When sending large batches of requests (for example,
    	// when we attempt to reach all clusters), converging will result in sending at least
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 13K bytes
    - Viewed (0)
Back to top