postmanlabs / postman-app-support

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.
https://www.postman.com
5.84k stars 840 forks source link

unable to run scheduled simple collection #13082

Open aftab23822 opened 2 months ago

aftab23822 commented 2 months ago

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 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.

Steps To Reproduce

  1. Create a collection.
  2. Add a demo request to this collection.
  3. Schedule this collection to run daily.
  4. use Run Now when schedule is created.

Screenshots or Videos

image

Operating System

Windows

Postman Version

11.8

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response

aftab23822 commented 2 months ago

Schedule Settings: image

Proxy Settings: image