harness / ff-ruby-server-sdk

Ruby Server SDK for integrating with Harness Feature Flag service.
https://www.harness.io/
Apache License 2.0
3 stars 5 forks source link

FFM-7325 - Improve authentication retry logic #22

Closed andybharness closed 1 year ago

andybharness commented 1 year ago

FFM-7325 - Improve authentication retry logic

What Harden the authentication retry logic to only retry on certain HTTP codes, certain error codes will be treated as transient and others not. We also want to ensure that while we are authenticating that default values will be served.

Why We're doing a genernal review of network resiliency on auth and hardening code.

Testing Manual + new unit tests added

swarmia[bot] commented 1 year ago

✅  Linked to Story FFM-7325 · Ruby SDK - Retry on Client Authentication failures
➡️  Part of Epic FFM-7275 · Server SDK Quality Audit - Ruby