Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oslego/pingservice

Ping service to keep Heroku web processes from idling when not in use.
https://github.com/oslego/pingservice

Last synced: about 1 month ago
JSON representation

Ping service to keep Heroku web processes from idling when not in use.

Awesome Lists containing this project

README

        

Ping Service
=====

A very simple Node.js app that pings URLs at regular intervals.

On Heroku, 1 dyno web processes go idle after 1 hour of inactivity. This service pings apps at regular intervals to keep them from going idle.
Ping Service is meant to be run as a worker process on Heroku because 1 dyno worker processes never go idle.

Read more about [dynos on Heroku DevCenter](https://devcenter.heroku.com/articles/dynos)