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
- Host: GitHub
- URL: https://github.com/buuntu/heroku_pinger
- Owner: Buuntu
- Created: 2019-02-06T17:44:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:35:25.000Z (over 3 years ago)
- Last Synced: 2025-05-30T16:27:49.785Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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