retryPolicy

fun retryPolicy(block: RetryPolicy.() -> Unit)

Allows you to configure automatic retry on HTTP 429 "Too Many Requests" error.

Enabled by default.