retry On Server Errors For Safe Methods
Parameters
retry On Server Errors For Safe Methods
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.