https://github.com/felixpy/keep-heroku-alive
Script to keep heroku application alive.
https://github.com/felixpy/keep-heroku-alive
bash crontab heroku shell
Last synced: about 2 months ago
JSON representation
Script to keep heroku application alive.
- Host: GitHub
- URL: https://github.com/felixpy/keep-heroku-alive
- Owner: felixpy
- License: mit
- Created: 2018-12-05T16:05:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T17:03:25.000Z (over 7 years ago)
- Last Synced: 2025-01-27T05:48:26.031Z (over 1 year ago)
- Topics: bash, crontab, heroku, shell
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keep-heroku-alive
Script to keep heroku application alive.
## Crontab Example
```plain
# keep-heroku-alive
*/5 * * * * bash /data/scripts/keep-heroku-alive/keep.sh >/dev/null 2>&1
```