I got a node app hosted on a render server, and as it's under the free tier, it sleeps after 15m of inactivity, and I wrote a cron job using the node-cron package. if the app is asleep, the node-cron functions won't be active. is there any way to keep my render app awake?
I've used Heroku and Kaffeine (for keeping heroku apps awake)
are there any alternatives for Render?
Use https://console.cron-job.org/ and setup an HTTP call after every 14 minute.