https://github.com/vanderhoop/meta_pinger
a Heroku-hosted Rails app that pings Heroku apps (including itself) at 10 minute intervals to keep the servers from idling :)
https://github.com/vanderhoop/meta_pinger
heroku rails uptime
Last synced: 3 months ago
JSON representation
a Heroku-hosted Rails app that pings Heroku apps (including itself) at 10 minute intervals to keep the servers from idling :)
- Host: GitHub
- URL: https://github.com/vanderhoop/meta_pinger
- Owner: vanderhoop
- Created: 2014-01-17T01:51:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T15:45:12.000Z (over 8 years ago)
- Last Synced: 2025-04-02T06:51:16.983Z (6 months ago)
- Topics: heroku, rails, uptime
- Language: Ruby
- Homepage: http://metapinger.herokuapp.com/
- Size: 208 KB
- Stars: 52
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/vanderhoop/meta_pinger)
[](https://coveralls.io/r/vanderhoop/meta_pinger?branch=master)
[](https://codeclimate.com/github/vanderhoop/meta_pinger)## MetaPinger
[MetaPinger](http://metapinger.herokuapp.com/) is a Heroku app that pings Heroku apps (including itself) at 10-minute intervals to keep the service's free servers from idling.
Visit [the live app and keep your passion projects forever humming](http://metapinger.herokuapp.com/).
#### Why?
Because idle servers can embarrass you when you're trying to show off your student apps in front of potential employers, and you don't want to be embarrassed in front of potential employers.#### Technologies Used
- Ruby 2.0.0
- Rails 3.2.14
- Rake
- Heroku Scheduler___
Created by [Your Friend Travis](http://yourfriendtravis.com)