Skip to content

tobisupreme/keep-alive-render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keep Alive: Render

Keep Alive: Render is a simple script to keep your Render free tier from going to sleep by sending a request to your service(s) at 14-minute intervals.

Something to note

* Read about Render's Monthly usage limits here

Installation

Using npm:

npm install

yarn:

yarn

Usage

  • Create a .env file in the root directory:
cp sample.env .env
  • Replace the value of URLS in the .env with that of your service(s). For multiple services, separate them with a comma.

  • Start the script with your favourite package manager.

With npm:

npm run start

With yarn:

yarn start

License

ISC

About

Simple script to keep your free Render service alive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published