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: about 2 months ago
JSON representation

Script to keep heroku application alive.

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
```