Hi everyone,
I have a collection with two “POST” requests that reload an API. I’ve set up an hourly scheduled run with 50 iterations and a delay of 60,000 ms. This setup ensures that a reload happens approximately every minute.
After a few hours (around 5-6 hours), I notice that the scheduled run gets paused on its own, without me wanting that. This isn’t a one-time occurrence; it has happened several times.
My goal is to let it run until i trigger the pause. Is there a limit on how many hours it runs? I would be very grateful if someone could provide guidance on how to prevent the scheduled run from pausing.
Thank you in advance for your help!