Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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