perTryTimeout property

Duration? perTryTimeout
final

Timeout per attempt for a given request, including the initial call and any retries. Format: 1h/1m/1s/1ms. MUST BE >=1ms. Default is same value as request timeout of the HTTP route, which means no timeout.

Implementation

final Duration? perTryTimeout;