I want to know if my code in Flask can stop if it exceeds certain time.
Right now I'm devoloping a code for scraping and sending requests to many APIs and web pages. The runtime can be pretty high if I'm updating many items in it. The issue is that the Flask app is like an internal webpage and I just need to execute the code in it completly.
I really need a big runtime because part of our design in the program is to run as many items as possible.
In the plan of replit there is the option of always on, but is it always on for huge times? If it's not, is there an extra plan to pay or for extending the runtime?