Tags: korrel8r/korrel8r
Tags
fix #291: Configuration tuning.requestTimeout does not affect constra… …int timeout New behavior: - Remove Timeout from Constraint, timeouts are passed via context.Context - Deprecate rest.Constraint.Timeout, caller should manage their own timeouts and cancel the operation. - Engine.WithTimeout sets timeout on a Context, uses Engine.Tuning.RequestTimeout as default. - Timeout set in top level Context, remove timeout logic in Get implementations.
PreviousNext