dynosched

Small and opinionated script to scale Heroku dynos up and down on a schedule

Usage no npm install needed!

<script type="module">
  import dynosched from 'https://cdn.skypack.dev/dynosched';
</script>

README

Dynosched

Develop Master
Build Status Build Status

Codacy Badge Coverage Status

This script uses the Heroku Platform API to scale Dyno formation up or down. All you need to do is to schedule jobs using the Heroku Scheduler (free!) and set up env variables. Really handy to keep costs to a minimum (e.g. turn off my dyno at 8 pm and back on again at 7 am next day).

Enjoy!