1.1.0 • Published 9 years ago

heroku-scaler v1.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

Heroku Scaler

HEROKU_TOKEN=token-here APP_NAME=name-here npm start on to scale up your free dyno.

HEROKU_TOKEN=token-here APP_NAME=name-here npm start off to scale down your free dyno.

To run from Heroku Scheduler, first npm install --save heroku-scaler and deploy to Heroku. Then, in Scheduler, schedule the command HEROKU_TOKEN=token-here APP_NAME=name-here node ./node_modules/heroku-scaler/bin/heroku-scaler.js on (or off). Alternatively, set the environment variables beforehand, and just use node ./node_modules/heroku-scaler/bin/heroku-scaler.js on or node ./node_modules/heroku-scaler/bin/heroku-scaler.js off.