feat: Add exponential backoff support to MaxRetryInterceptor by tokizuoh · Pull Request #711 · apollographql/apollo-ios-dev
Background The current MaxRetryInterceptor performs immediate retries without delays, which can overwhelm servers during outages and cause thundering herd problems1. Solution Enhanced MaxRetryInter...