maxRetries property

int maxRetries
final

How many times to retry transient (5xx, 429, network) failures. Defaults to 0 (no retry). Set to 2–3 for production.

Implementation

final int maxRetries;