Retry Config
Properties
Functions
Link copied to clipboard
Disables the delay limit.
Link copied to clipboard
Disables the retry limit.
Link copied to clipboard
Limits the delay between retries. Duration.ZERO means all retries will happen right after one another, with no delay.
Link copied to clipboard
Limits the amount of retries. 0 (or negative numbers) mean no retries will be made.
Link copied to clipboard
Indicates that the request should be dropped and not retried any further.