Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oslego/pingservice
- Owner: oslego
- Created: 2012-10-16T11:31:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-16T12:18:10.000Z (about 12 years ago)
- Last Synced: 2024-10-14T12:49:00.105Z (3 months ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)