mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-20 01:25:08 +00:00
087dc13965
various situations where the client is retrying the request server going through shutdown might incorrectly send 403 which is a non-retriable error, this PR allows for clients when they retry an attempt to go to another healthy pod or server in a distributed cluster - assuming it is a properly load-balanced setup.