Flask app sometimes shutdown
I run flask project on 0.0.0.0 and it works correctly.
But after random period it shutdown. I need to visit project page and run again. This is limit of free plan or can I run project without shutdown in future?
Voters
retronbv
This is a limit of the free plan
you can use uptime robot (https://uptimerobot.com/) or get hacker plan and it will have an "always on" feature. and yes it is a limitation of the free plan.
data.json
file, in which I sometimes see huge gaps without any data - which currently I assume are website shutdowns. Any idea on that?Edit: It seems like the server wakes up on HTTP GET requests, while the HTTP(s) option in uptimerobot does HEAD requests, so I am now trying to change that into the keyword mode which does GET, I'll update if that works better.