Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 :)

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)