Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No worries, just login to http://hirefire.io (we each have our own login), and you can click the “enable” toggle on or off next to each autoscale worker, right on the initial dashboard. (We may only have one worker).

Note: If you turn off auto-scaling when workers are scaled up, they will probably stay scaled up! Look at the minimum scale value (2, as I write this), you may want to scale down to that manually after turning off auto-scaling:

Code Block
# how many workers are there?
$ heroku ps worker -a scihist-digicoll-production

# set em back to two
$ heroku ps:scale worker=2 -a scihist-digicoll-production

Put entire app into maintenance mode

...