boulder icon indicating copy to clipboard operation
boulder copied to clipboard

Clean up NoWaitForReady

Open jsha opened this issue 1 year ago • 0 comments

In https://github.com/letsencrypt/boulder/issues/6834 we added a config NoWaitForReady that allows gRPC requests to instantly error when there are no backends available (vs waiting for a backend and eventually reporting a timeout). That config is now enabled in prod. We should deprecate and ignore it, effectively never waiting for readiness. As part of that process we should also search the codebase for FailFast (which is the older gRPC terminology for the feature) and clean up relevant comments.

jsha avatar Nov 22 '24 17:11 jsha