Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
[X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
Getting Error: ETIMEDOUT, when running a scheduled postman collection using Run Now option
Specific Details:
Okay so I have a collection named MyColl it has a simple GET request let's call it MyGetReq, which is using Bearer AUTH defined in MyEnvVars Environment. I want to auto run it on daily basis, so for this purpose I made a schedule named MyDailySchd that has access of MyEnvVars. So i have assigned this schedule to my collection and it is ready to run on daily basis. But when i try to run now just to test how would it run in scheduled mode, I get an error Error: ETIMEDOUT. I am sure that i have turned off all proxy setting in postman neither do i use any proxy, anyway so when i run MyGetReq manually i works fine.
Is there an existing issue for this?
Describe the Issue
Getting Error: ETIMEDOUT, when running a scheduled postman collection using Run Now option
Specific Details: Okay so I have a collection named
MyColl
it has a simpleGET
request let's call itMyGetReq
, which is usingBearer AUTH
defined inMyEnvVars
Environment. I want to auto run it on daily basis, so for this purpose I made a schedule namedMyDailySchd
that has access ofMyEnvVars
. So i have assigned this schedule to my collection and it is ready to run on daily basis. But when i try to run now just to test how would it run in scheduled mode, I get an errorError: ETIMEDOUT
. I am sure that i have turned off all proxy setting in postman neither do i use any proxy, anyway so when i runMyGetReq
manually i works fine.Steps To Reproduce
Screenshots or Videos
Operating System
Windows
Postman Version
11.8
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response