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

https://github.com/buuntu/heroku_pinger

Pings Heroku dynos to keep them from falling asleep
https://github.com/buuntu/heroku_pinger

Last synced: 8 months ago
JSON representation

Pings Heroku dynos to keep them from falling asleep

Awesome Lists containing this project

README

          

# heroku_pinger
Pings Heroku dynos to keep them from falling asleep

## Installation
Fork this repository and create a Heroku application. PING_URL environment variable must be set on this heroku application
```
pip install -r requirements.txt
git push heroku master
git config:set PING_URL=
```

Default time set to 28 minutes since dynos power down after 30 minutes, you can change this in clock.py

## TODO:
Add capability to ping multiple applications