nginx keeps retrying request every 60 sec
问题 I have a request that sometimes needs more than a minute to execute. My service is behind Nginx -> Tyk API Gateway. What happens is that after the request is being executed by the service for 60 sec, Nginx sends the same request again to the service ignoring the first one. From the client perspective, it's all the same requests that run about 5 min (because in fact there are 5 requests). I tried to invoke it directly by IP (without nginx - only tyk and only service) and there are no retries.