postman-app-support icon indicating copy to clipboard operation
postman-app-support copied to clipboard

API Request timeout despite '0' timeout configuration V2 (second attempt to report the issue)

Open kudelia opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [ ] I have searched the tracker for existing similar issues and I know that duplicates will be closed

Describe the Issue

I have a Workday report that runs 10-15 minutes for a time range.(And for exact values, the report returns data in just 1 second without any issues.) When I make an API call to execute the report, Postman times out after 2 minutes. The error message states: ‘Could not get response’ with the additional detail ‘Error: read ECONNRESET.’ It’s true that there is no response for 10 minutes, but Postman doesn’t wait long enough to receive a response. I’ve configured the timeout settings to both ‘0’ and ‘900000 ms’ (note that one zero is hidden in the image), but Postman still times out after 2 minutes in every case.

Steps To Reproduce

  1. Create Workday report that runs 10 mins or use existing. (Some workday reports can run up to 4 hours)
  2. Create Postman API to connect to the Workday report.
  3. click Send, and wait for 2 mins to get the error.

Screenshots or Videos

image

Operating System

Windows

Postman Version

11.3.1

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

...andidate_ID=&Last_Functionally_Updated_from=2023-09-09T15:00:00&Last_Functionally_Updated_to=2023-09-09T19:00:00 Error: read ECONNRESET Request Headers Authorization: Bearer 8uOf6px6gKLCYr2BfmcfQspDXa29FPMGvSpS4IAA9adfa45a525aslBem0 User-Agent: PostmanRuntime/7.40.0 Accept: / Postman-Token: a494406b-ebd4-4271-a86d-45012208657df67a Host: qa-apiservices.org Accept-Encoding: gzip, deflate, br Connection: keep-alive

kudelia avatar Jul 12 '24 05:07 kudelia