From bd5ed6067777c873b5379fa34d83c5246a2bc3f0 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Mon, 23 Dec 2024 17:25:25 +0300 Subject: [PATCH] .. --- .changeset/calm-eels-hope.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/calm-eels-hope.md b/.changeset/calm-eels-hope.md index aa0f68cb5..20d9dd276 100644 --- a/.changeset/calm-eels-hope.md +++ b/.changeset/calm-eels-hope.md @@ -5,4 +5,6 @@ '@graphql-hive/gateway-runtime': patch --- -Fix Retry / Timeout combination +Fix the combination of `upstreamRetry` and `upstreamTimeout` together + +When you use `upstreamRetry` and `upstreamTimeout` together, the `upstreamRetry` wasn't applied properly when the request is timed out with `upstreamTimeout`.