3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Heroku課金者向け】AutoIdleアドオンでDynoのコストを節約!

Last updated at Posted at 2020-02-07

Herokuでサービス開発を進めていると、本番以外のテスト用の環境が欲しい!なんてことありますよね。
ここで Dyno もう一台建てるのか〜〜お金が〜。。なんて気持ちになると思います。

Dynoを常に起動しておく必要ないし、必要なときだけ起動したい。

そこで今回ご紹介するのは、HerokuのAutoIdle add-onです。
https://elements.heroku.com/addons/autoidle

AutoIdle add-onのダッシュボード↓
image.png

どれくらい節約できているかを表示してくれます。

この add-on を設定すると、DynoのFreeプランと同様、30分でスリープするようになります。
また、このadd-onの追加にも料金がかかるので注意ですが、ずっと起動させておくよりもコストを抑えることが可能になります。

誰かのお役に立てれば幸いです。

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?