Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T15:45:12.000Z (almost 8 years ago)
- Last Synced: 2023-08-04T01:11:04.298Z (over 1 year ago)
- Topics: heroku, rails, uptime
- Language: Ruby
- Homepage: http://metapinger.herokuapp.com/
- Size: 208 KB
- Stars: 52
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/vanderhoop/meta_pinger.svg?branch=master)](https://travis-ci.org/vanderhoop/meta_pinger)
[![Coverage Status](https://coveralls.io/repos/vanderhoop/meta_pinger/badge.svg?branch=master)](https://coveralls.io/r/vanderhoop/meta_pinger?branch=master)
[![Code Climate](https://codeclimate.com/github/vanderhoop/meta_pinger/badges/gpa.svg)](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)