Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T17:03:25.000Z (about 6 years ago)
- Last Synced: 2024-11-28T13:51:51.552Z (2 months 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
```