The Eduhaven backend is hosted on Render Free Tier, which automatically puts the instance to sleep after around 50 seconds of inactivity.
When the instance wakes up (cold start), it causes 3–15 seconds delay for the first user request.
We use an external service — cron-job.org — to send a request to the backend every 1 minute.
This keeps the backend active and eliminates most cold start delays.
- Service: cron-job.org
- URL to ping:
https://eduhaven-backend.onrender.com/ - Frequency: Every 1 minute
- Method: GET
- Expected Response: HTTP
200 OK
- Go to cron-job.org.
- Create a free account.
- Add a New Cronjob:
- Title:
Eduhaven Keep Alive - URL:
https://eduhaven-backend.onrender.com/ - Schedule: Every 1 minute
- Title:
- Save and activate.
- Check the execution history tab to confirm requests are successful.