From 4f93dfb70c498ecb2e928139b211ff41e0e6f75b Mon Sep 17 00:00:00 2001 From: Viren070 Date: Mon, 27 Jan 2025 00:19:47 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09c3a5bc..65337db8 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ https://render.com/ > Free instances 'spin down' after 15 minutes of inactivity. In this suspended state, it can take around a minute to start back up again when you make a request to it. > [!TIP] -> Use a service (like [cron-job.org](https://cron-job.org/en/) or [UptimeRobot](https://uptimerobot.com/)) to automatically ping the URL of your instance + /health to keep it alive (e.g. if your instance was at https://aiostreams.onrender.com, create a job to ping https://aiostreams.onrender.com/health every 10 minutes) +> Use a service (like [cron-job.org](https://cron-job.org/en/) or [UptimeRobot](https://uptimerobot.com/)) to automatically ping the URL of your instance + /health to keep it alive (e.g. if your instance was at `https://aiostreams.onrender.com`, create a job to ping `https://aiostreams.onrender.com/health` every 10 minutes) 1. Deploy a new web service 2. Select `Public Git Repository` as the source