retryOnServerErrorsForSafeMethods

Parameters

retryOnServerErrorsForSafeMethods

Retry on HTTP 5xx responses, but only for idempotent methods (GET/PUT/DELETE). A 5xx on POST (for example queueing a track) is never retried, since that could double-execute a non-idempotent operation.