You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the no-op adaptive_timeout decorator kwarg, the TimeoutConfig nested config, DecoratorConfig.timeout, and ProfileConfig.adaptive_timeout are removed; CircuitBreaker.call() and .call_async() are removed (use should_allow_request() + record_success() / record_failure()). All were non-functional or dead in production.